#875508

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

Shades of Raw Umber #875508

Tints of Raw Umber #875508

Color information

#875508 (or 0x875508) is unknown color: approx Raw Umber. HEX triplet: 87, 55 and 08. RGB value is (135,85,8). Sum of RGB (Red+Green+Blue) = 135+85+8=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #875508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875508 is #78AAF7. Grayscale: #5B5B5B. Windows color (decimal): -7908088 or 546183. OLE color: 546183.

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

Color convert

RGB135858-
CMYK00.370.940.47
HSL36.38º88.81%28.04%-
HSV(B)36.38º94.07%52.94%-
XYZ13.2811.671.78-
YUV91.1781.06159.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.21%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=59.21%
G=37.28%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13585800.370.940.4736.3888.8128.04
Hex875580255E2F24591c
Octal20712510045136574413134
Binary100001111010101100001001011011110101111100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875508; }

 p { color: rgb(135,85,8); }

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

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

 a { background-color: rgb(135,85,8); }

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

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

 span { border-color: rgb(135,85,8); }

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