#8B410C

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

Shades of Saddle Brown #8B410C

Tints of Saddle Brown #8B410C

Color information

#8B410C (or 0x8B410C) is unknown color: approx Saddle Brown. HEX triplet: 8B, 41 and 0C. RGB value is (139,65,12). Sum of RGB (Red+Green+Blue) = 139+65+12=216 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.35% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 139 - color contains mainly: red. Hex color #8B410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B410C is #74BEF3. Grayscale: #515151. Windows color (decimal): -7651060 or 803211. OLE color: 803211.

HSL color Cylindrical-coordinate representation of color #8B410C: hue angle of 25.04º 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 #8B410C is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1396512-
CMYK00.530.910.45
HSL25.04º84.11%29.61%-
HSV(B)25.04º91.37%54.51%-
XYZ12.69.31.48-
YUV81.0889.02169.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.35%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=64.35%
G=30.09%
B=5.56%

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
Decimal139651200.530.910.4525.0484.1129.61
Hex8B41C0355B2D19541e
Octal21310114065133553112436
Binary10001011100000111000110101101101110110111001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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