#8C2B01

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

Shades of Saddle Brown #8C2B01

Tints of Saddle Brown #8C2B01

Color information

#8C2B01 (or 0x8C2B01) is unknown color: approx Saddle Brown. HEX triplet: 8C, 2B and 01. RGB value is (140,43,1). Sum of RGB (Red+Green+Blue) = 140+43+1=184 (24% of max value = 765). Red value is 140 (55.08% from 255 or 76.09% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2B01 is #73D4FE. Grayscale: #434343. Windows color (decimal): -7591167 or 76684. OLE color: 76684.

HSL color Cylindrical-coordinate representation of color #8C2B01: hue angle of 18.13º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C2B01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB140431-
CMYK00.690.990.45
HSL18.13º98.58%27.65%-
HSV(B)18.13º99.29%54.9%-
XYZ11.687.310.82-
YUV67.2290.64179.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 76.09%
GREEN value IS 43 (17.19% from 255) = 23.37%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=76.09%
G=23.37%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14043100.690.990.4518.1398.5827.65
Hex8C2B1045632D12631c
Octal2145310105143552214334
Binary10001100101011101000101110001110110110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,43,1); }

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

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

 a { background-color: rgb(140,43,1); }

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

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

 span { border-color: rgb(140,43,1); }

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