#9B400C

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

Shades of Saddle Brown #9B400C

Tints of Saddle Brown #9B400C

Color information

#9B400C (or 0x9B400C) is unknown color: approx Saddle Brown. HEX triplet: 9B, 40 and 0C. RGB value is (155,64,12). Sum of RGB (Red+Green+Blue) = 155+64+12=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B400C is #64BFF3. Grayscale: #555555. Windows color (decimal): -6602740 or 802971. OLE color: 802971.

HSL color Cylindrical-coordinate representation of color #9B400C: hue angle of 21.82º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B400C is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB1556412-
CMYK00.590.920.39
HSL21.82º85.63%32.75%-
HSV(B)21.82º92.26%60.78%-
XYZ15.4210.661.59-
YUV85.2886.65177.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 12 (5.08% from 255) = 5.19%
R=67.10%
G=27.71%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155641200.590.920.3921.8285.6332.75
Hex9B40C03B5C27165621
Octal23310014073134472612641
Binary100110111000000110001110111011100100111101101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,64,12); }

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

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

 a { background-color: rgb(155,64,12); }

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

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

 span { border-color: rgb(155,64,12); }

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