#876307

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

Shades of Golden Brown #876307

Tints of Golden Brown #876307

Color information

#876307 (or 0x876307) is unknown color: approx Golden Brown. HEX triplet: 87, 63 and 07. RGB value is (135,99,7). Sum of RGB (Red+Green+Blue) = 135+99+7=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #876307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876307 is #789CF8. Grayscale: #636363. Windows color (decimal): -7904505 or 484231. OLE color: 484231.

HSL color Cylindrical-coordinate representation of color #876307: hue angle of 43.12º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #876307 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.47.

Color convert

RGB135997-
CMYK00.270.950.47
HSL43.12º90.14%27.84%-
HSV(B)43.12º94.81%52.94%-
XYZ14.4914.092.16-
YUV99.2875.93153.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.02%
GREEN value IS 99 (39.06% from 255) = 41.08%
BLUE value IS 7 (3.12% from 255) = 2.90%
R=56.02%
G=41.08%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13599700.270.950.4743.1290.1427.84
Hex8763701B5F2F2b5a1c
Octal2071437033137575313234
Binary1000011111000111110110111011111101111101011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876307; }

 p { color: rgb(135,99,7); }

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

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

 a { background-color: rgb(135,99,7); }

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

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

 span { border-color: rgb(135,99,7); }

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