#875500

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

Shades of Raw Umber #875500

Tints of Raw Umber #875500

Color information

#875500 (or 0x875500) is unknown color: approx Raw Umber. HEX triplet: 87, 55 and 00. RGB value is (135,85,0). Sum of RGB (Red+Green+Blue) = 135+85+0=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #875500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875500 is #78AAFF. Grayscale: #5A5A5A. Windows color (decimal): -7908096 or 21895. OLE color: 21895.

HSL color Cylindrical-coordinate representation of color #875500: hue angle of 37.78º 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 #875500 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB135850-
CMYK00.3710.47
HSL37.78º100%26.47%-
HSV(B)37.78º100%52.94%-
XYZ13.2411.651.55-
YUV90.2677.06159.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.36%
G=38.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13585000.3710.4737.7810026.47
Hex87550025642F26641a
Octal2071250045144574614432
Binary100001111010101001001011100100101111100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875500; }

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

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

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

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

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

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

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

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