#8C3D1B

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

Shades of Saddle Brown #8C3D1B

Tints of Saddle Brown #8C3D1B

Color information

#8C3D1B (or 0x8C3D1B) is unknown color: approx Saddle Brown. HEX triplet: 8C, 3D and 1B. RGB value is (140,61,27). Sum of RGB (Red+Green+Blue) = 140+61+27=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 27 (10.94% from 255 or 11.84% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3D1B is #73C2E4. Grayscale: #505050. Windows color (decimal): -7586533 or 1785228. OLE color: 1785228.

HSL color Cylindrical-coordinate representation of color #8C3D1B: hue angle of 18.05º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C3D1B is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB1406127-
CMYK00.560.810.45
HSL18.05º67.66%32.75%-
HSV(B)18.05º80.71%54.9%-
XYZ12.688.992.1-
YUV80.7497.67170.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.40%
GREEN value IS 61 (24.22% from 255) = 26.75%
BLUE value IS 27 (10.94% from 255) = 11.84%
R=61.40%
G=26.75%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140612700.560.810.4518.0567.6632.75
Hex8C3D1B038512D124421
Octal2147533070121552210441
Binary100011001111011101101110001010001101101100101000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,61,27); }

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

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

 a { background-color: rgb(140,61,27); }

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

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

 span { border-color: rgb(140,61,27); }

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