#8C380B

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

Shades of Saddle Brown #8C380B

Tints of Saddle Brown #8C380B

Color information

#8C380B (or 0x8C380B) is unknown color: approx Saddle Brown. HEX triplet: 8C, 38 and 0B. RGB value is (140,56,11). Sum of RGB (Red+Green+Blue) = 140+56+11=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C380B is #73C7F4. Grayscale: #4C4C4C. Windows color (decimal): -7587829 or 735372. OLE color: 735372.

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

Color convert

RGB1405611-
CMYK00.60.920.45
HSL20.93º85.43%29.61%-
HSV(B)20.93º92.14%54.9%-
XYZ12.298.431.3-
YUV75.9991.33173.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 67.63%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 11 (4.69% from 255) = 5.31%
R=67.63%
G=27.05%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140561100.60.920.4520.9385.4329.61
Hex8C38B03C5C2D15551e
Octal2147013074134552512536
Binary1000110011100010110111100101110010110110101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,56,11); }

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

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

 a { background-color: rgb(140,56,11); }

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

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

 span { border-color: rgb(140,56,11); }

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