#8C710A

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

Shades of Golden Brown #8C710A

Tints of Golden Brown #8C710A

Color information

#8C710A (or 0x8C710A) is unknown color: approx Golden Brown. HEX triplet: 8C, 71 and 0A. RGB value is (140,113,10). Sum of RGB (Red+Green+Blue) = 140+113+10=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C710A is #738EF5. Grayscale: #6D6D6D. Windows color (decimal): -7573238 or 684428. OLE color: 684428.

HSL color Cylindrical-coordinate representation of color #8C710A: hue angle of 47.54º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C710A is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB14011310-
CMYK00.190.930.45
HSL47.54º86.67%29.41%-
HSV(B)47.54º92.86%54.9%-
XYZ16.7817.412.76-
YUV109.3371.95149.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.23%
GREEN value IS 113 (44.53% from 255) = 42.97%
BLUE value IS 10 (4.30% from 255) = 3.80%
R=53.23%
G=42.97%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401131000.190.930.4547.5486.6729.41
Hex8C71A0135D2D30571d
Octal21416112023135556012735
Binary10001100111000110100100111011101101101110000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C710A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,113,10); }

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

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

 a { background-color: rgb(140,113,10); }

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

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

 span { border-color: rgb(140,113,10); }

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