#875600

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

Shades of Raw Umber #875600

Tints of Raw Umber #875600

Color information

#875600 (or 0x875600) is unknown color: approx Raw Umber. HEX triplet: 87, 56 and 00. RGB value is (135,86,0). Sum of RGB (Red+Green+Blue) = 135+86+0=221 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.09% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 135 - color contains mainly: red. Hex color #875600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875600 is #78A9FF. Grayscale: #5B5B5B. Windows color (decimal): -7907840 or 22151. OLE color: 22151.

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

Color convert

RGB135860-
CMYK00.3610.47
HSL38.22º100%26.47%-
HSV(B)38.22º100%52.94%-
XYZ13.3211.811.58-
YUV90.8576.73159.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.09%
GREEN value IS 86 (33.98% from 255) = 38.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.09%
G=38.91%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13586000.3610.4738.2210026.47
Hex87560024642F26641a
Octal2071260044144574614432
Binary100001111010110001001001100100101111100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875600; }

 p { color: rgb(135,86,0); }

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

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

 a { background-color: rgb(135,86,0); }

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

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

 span { border-color: rgb(135,86,0); }

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