#85570F

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

Shades of Raw Umber #85570F

Tints of Raw Umber #85570F

Color information

#85570F (or 0x85570F) is unknown color: approx Raw Umber. HEX triplet: 85, 57 and 0F. RGB value is (133,87,15). Sum of RGB (Red+Green+Blue) = 133+87+15=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #85570F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85570F is #7AA8F0. Grayscale: #5C5C5C. Windows color (decimal): -8038641 or 1005445. OLE color: 1005445.

HSL color Cylindrical-coordinate representation of color #85570F: hue angle of 36.61º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85570F is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB1338715-
CMYK00.350.890.48
HSL36.61º79.73%29.02%-
HSV(B)36.61º88.72%52.16%-
XYZ13.1711.842.04-
YUV92.5584.24156.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.60%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=56.60%
G=37.02%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133871500.350.890.4836.6179.7329.02
Hex8557F023593025501d
Octal20512717043131604512035
Binary100001011010111111101000111011001110000100101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85570F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85570F; }

 p { color: rgb(133,87,15); }

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

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

 a { background-color: rgb(133,87,15); }

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

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

 span { border-color: rgb(133,87,15); }

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