#85402F

Color #85402F Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #85402F

Tints of Prairie Sand #85402F

Color information

#85402F (or 0x85402F) is unknown color: approx Prairie Sand. HEX triplet: 85, 40 and 2F. RGB value is (133,64,47). Sum of RGB (Red+Green+Blue) = 133+64+47=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85402F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85402F is #7ABFD0. Grayscale: #525252. Windows color (decimal): -8044497 or 3096709. OLE color: 3096709.

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

Color convert

RGB1336447-
CMYK00.520.650.48
HSL11.86º47.78%35.29%-
HSV(B)11.86º64.66%52.16%-
XYZ12.028.863.77-
YUV82.69107.86163.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 47 (18.75% from 255) = 19.26%
R=54.51%
G=26.23%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133644700.520.650.4811.8647.7835.29
Hex85402F0344130c3023
Octal2051005706410160146043
Binary100001011000000101111011010010000011100001100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,64,47); }

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

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

 a { background-color: rgb(133,64,47); }

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

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

 span { border-color: rgb(133,64,47); }

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