#875507

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

Shades of Raw Umber #875507

Tints of Raw Umber #875507

Color information

#875507 (or 0x875507) is unknown color: approx Raw Umber. HEX triplet: 87, 55 and 07. RGB value is (135,85,7). Sum of RGB (Red+Green+Blue) = 135+85+7=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #875507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875507 is #78AAF8. Grayscale: #5B5B5B. Windows color (decimal): -7908089 or 480647. OLE color: 480647.

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

Color convert

RGB135857-
CMYK00.370.950.47
HSL36.56º90.14%27.84%-
HSV(B)36.56º94.81%52.94%-
XYZ13.2811.661.75-
YUV91.0680.56159.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=59.47%
G=37.44%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13585700.370.950.4736.5690.1427.84
Hex875570255F2F255a1c
Octal2071257045137574513234
Binary10000111101010111101001011011111101111100101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875507; }

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

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

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

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

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

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

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

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