#8B420C

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

Shades of Saddle Brown #8B420C

Tints of Saddle Brown #8B420C

Color information

#8B420C (or 0x8B420C) is unknown color: approx Saddle Brown. HEX triplet: 8B, 42 and 0C. RGB value is (139,66,12). Sum of RGB (Red+Green+Blue) = 139+66+12=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B420C is #74BDF3. Grayscale: #515151. Windows color (decimal): -7650804 or 803467. OLE color: 803467.

HSL color Cylindrical-coordinate representation of color #8B420C: hue angle of 25.51º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B420C is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1396612-
CMYK00.530.910.45
HSL25.51º84.11%29.61%-
HSV(B)25.51º91.37%54.51%-
XYZ12.669.411.5-
YUV81.6788.68168.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.06%
GREEN value IS 66 (26.17% from 255) = 30.41%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=64.06%
G=30.41%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139661200.530.910.4525.5184.1129.61
Hex8B42C0355B2D1a541e
Octal21310214065133553212436
Binary10001011100001011000110101101101110110111010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B420C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B420C; }

 p { color: rgb(139,66,12); }

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

<style>
 a { background-color: #8B420C; }

 a { background-color: rgb(139,66,12); }

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

<style>
 span { border-color: #8B420C; }

 span { border-color: rgb(139,66,12); }

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