#9B330A

Color #9B330A Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9B330A

Tints of Saddle Brown #9B330A

Color information

#9B330A (or 0x9B330A) is unknown color: approx Saddle Brown. HEX triplet: 9B, 33 and 0A. RGB value is (155,51,10). Sum of RGB (Red+Green+Blue) = 155+51+10=216 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.76% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 155 - color contains mainly: red. Hex color #9B330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B330A is #64CCF5. Grayscale: #4D4D4D. Windows color (decimal): -6606070 or 668571. OLE color: 668571.

HSL color Cylindrical-coordinate representation of color #9B330A: hue angle of 16.97º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B330A is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1555110-
CMYK00.670.940.39
HSL16.97º87.88%32.35%-
HSV(B)16.97º93.55%60.78%-
XYZ14.769.361.32-
YUV77.4289.96183.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 71.76%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=71.76%
G=23.61%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155511000.670.940.3916.9787.8832.35
Hex9B33A0435E27115820
Octal23363120103136472113040
Binary100110111100111010010000111011110100111100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B330A; }

 p { color: rgb(155,51,10); }

 H1.HeaderClassName
 {
   color: #9B330A;
 }
 .AnyTagClassName
 {
   color: #9B330A;
 }
</style>
background-color css

<style>
 a { background-color: #9B330A; }

 a { background-color: rgb(155,51,10); }

 div.DivClassName
 {
   background-color: #9B330A;
 }
 .BgClassName
 {
   background-color: #9B330A;
 }
</style>
border-color css

<style>
 span { border-color: #9B330A; }

 span { border-color: rgb(155,51,10); }

 td.TdClassName
 {
   border-color: #9B330A;
 }
 .TagClassName
 {
   border-color: #9B330A;
 }
</style>