#9B420D

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

Shades of Saddle Brown #9B420D

Tints of Saddle Brown #9B420D

Color information

#9B420D (or 0x9B420D) is unknown color: approx Saddle Brown. HEX triplet: 9B, 42 and 0D. RGB value is (155,66,13). Sum of RGB (Red+Green+Blue) = 155+66+13=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B420D is #64BDF2. Grayscale: #565656. Windows color (decimal): -6602227 or 869019. OLE color: 869019.

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

Color convert

RGB1556613-
CMYK00.570.920.39
HSL22.39º84.52%32.94%-
HSV(B)22.39º91.61%60.78%-
XYZ15.5410.891.66-
YUV86.5786.49176.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 66.24%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 13 (5.47% from 255) = 5.56%
R=66.24%
G=28.21%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155661300.570.920.3922.3984.5232.94
Hex9B42D0395C27165521
Octal23310215071134472612541
Binary100110111000010110101110011011100100111101101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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