#875401

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

Shades of Raw Umber #875401

Tints of Raw Umber #875401

Color information

#875401 (or 0x875401) is unknown color: approx Raw Umber. HEX triplet: 87, 54 and 01. RGB value is (135,84,1). Sum of RGB (Red+Green+Blue) = 135+84+1=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #875401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875401 is #78ABFE. Grayscale: #5A5A5A. Windows color (decimal): -7908351 or 87175. OLE color: 87175.

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

Color convert

RGB135841-
CMYK00.380.990.47
HSL37.16º98.53%26.67%-
HSV(B)37.16º99.26%52.94%-
XYZ13.1711.491.55-
YUV89.7977.9160.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 84 (33.20% from 255) = 38.18%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=61.36%
G=38.18%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13584100.380.990.4737.1698.5326.67
Hex87541026632F25631b
Octal2071241046143574514333
Binary100001111010100101001101100011101111100101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875401; }

 p { color: rgb(135,84,1); }

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

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

 a { background-color: rgb(135,84,1); }

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

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

 span { border-color: rgb(135,84,1); }

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