#9B420A

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

Shades of Saddle Brown #9B420A

Tints of Saddle Brown #9B420A

Color information

#9B420A (or 0x9B420A) is unknown color: approx Saddle Brown. HEX triplet: 9B, 42 and 0A. RGB value is (155,66,10). Sum of RGB (Red+Green+Blue) = 155+66+10=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 10 (4.30% from 255 or 4.33% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B420A is #64BDF5. Grayscale: #565656. Windows color (decimal): -6602230 or 672411. OLE color: 672411.

HSL color Cylindrical-coordinate representation of color #9B420A: hue angle of 23.17º 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 #9B420A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB1556610-
CMYK00.570.940.39
HSL23.17º87.88%32.35%-
HSV(B)23.17º93.55%60.78%-
XYZ15.5210.891.57-
YUV86.2384.99177.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 67.10%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 4.33%
R=67.10%
G=28.57%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155661000.570.940.3923.1787.8832.35
Hex9B42A0395E27175820
Octal23310212071136472713040
Binary100110111000010101001110011011110100111101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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