#875704

Color #875704 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #875704

Tints of Raw Umber #875704

Color information

#875704 (or 0x875704) is unknown color: approx Raw Umber. HEX triplet: 87, 57 and 04. RGB value is (135,87,4). Sum of RGB (Red+Green+Blue) = 135+87+4=226 (29% of max value = 765). Red value is 135 (53.12% from 255 or 59.73% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 135 - color contains mainly: red. Hex color #875704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875704 is #78A8FB. Grayscale: #5C5C5C. Windows color (decimal): -7907580 or 284551. OLE color: 284551.

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

Color convert

RGB135874-
CMYK00.360.970.47
HSL38.02º94.24%27.25%-
HSV(B)38.02º97.04%52.94%-
XYZ13.4211.981.72-
YUV91.8978.4158.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.73%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=59.73%
G=38.50%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13587400.360.970.4738.0294.2427.25
Hex87574024612F265e1b
Octal2071274044141574613633
Binary10000111101011110001001001100001101111100110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875704; }

 p { color: rgb(135,87,4); }

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

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

 a { background-color: rgb(135,87,4); }

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

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

 span { border-color: rgb(135,87,4); }

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