#8C5703

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

Shades of Golden Brown #8C5703

Tints of Golden Brown #8C5703

Color information

#8C5703 (or 0x8C5703) is unknown color: approx Golden Brown. HEX triplet: 8C, 57 and 03. RGB value is (140,87,3). Sum of RGB (Red+Green+Blue) = 140+87+3=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C5703 is #73A8FC. Grayscale: #5D5D5D. Windows color (decimal): -7579901 or 219020. OLE color: 219020.

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

Color convert

RGB140873-
CMYK00.380.980.45
HSL36.79º95.8%28.04%-
HSV(B)36.79º97.86%54.9%-
XYZ14.2412.41.73-
YUV93.2777.06161.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 60.87%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=60.87%
G=37.83%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14087300.380.980.4536.7995.828.04
Hex8C573026622D25601c
Octal2141273046142554514034
Binary1000110010101111101001101100010101101100101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,87,3); }

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

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

 a { background-color: rgb(140,87,3); }

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

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

 span { border-color: rgb(140,87,3); }

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