#875300

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

Shades of Raw Umber #875300

Tints of Raw Umber #875300

Color information

#875300 (or 0x875300) is unknown color: approx Raw Umber. HEX triplet: 87, 53 and 00. RGB value is (135,83,0). Sum of RGB (Red+Green+Blue) = 135+83+0=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #875300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875300 is #78ACFF. Grayscale: #595959. Windows color (decimal): -7908608 or 21383. OLE color: 21383.

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

Color convert

RGB135830-
CMYK00.3910.47
HSL36.89º100%26.47%-
HSV(B)36.89º100%52.94%-
XYZ13.0811.341.5-
YUV89.0977.73160.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.93%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.93%
G=38.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13583000.3910.4736.8910026.47
Hex87530027642F25641a
Octal2071230047144574514432
Binary100001111010011001001111100100101111100101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875300; }

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

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

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

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

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

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

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

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