#875A0D

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

Shades of Golden Brown #875A0D

Tints of Golden Brown #875A0D

Color information

#875A0D (or 0x875A0D) is unknown color: approx Golden Brown. HEX triplet: 87, 5A and 0D. RGB value is (135,90,13). Sum of RGB (Red+Green+Blue) = 135+90+13=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875A0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A0D is #78A5F2. Grayscale: #5F5F5F. Windows color (decimal): -7906803 or 875143. OLE color: 875143.

HSL color Cylindrical-coordinate representation of color #875A0D: hue angle of 37.87º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #875A0D is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1359013-
CMYK00.330.900.47
HSL37.87º82.43%29.02%-
HSV(B)37.87º90.37%52.94%-
XYZ13.7212.492.07-
YUV94.6881.91156.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 13 (5.47% from 255) = 5.46%
R=56.72%
G=37.82%
B=5.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135901300.330.900.4737.8782.4329.02
Hex875AD0215A2F26521d
Octal20713215041132574612235
Binary100001111011010110101000011011010101111100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875A0D; }

 p { color: rgb(135,90,13); }

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

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

 a { background-color: rgb(135,90,13); }

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

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

 span { border-color: rgb(135,90,13); }

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