#853D37

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

Shades of Prairie Sand #853D37

Tints of Prairie Sand #853D37

Color information

#853D37 (or 0x853D37) is unknown color: approx Prairie Sand. HEX triplet: 85, 3D and 37. RGB value is (133,61,55). Sum of RGB (Red+Green+Blue) = 133+61+55=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D37 is #7AC2C8. Grayscale: #515151. Windows color (decimal): -8045257 or 3620229. OLE color: 3620229.

HSL color Cylindrical-coordinate representation of color #853D37: hue angle of 4.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853D37 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1336155-
CMYK00.540.590.48
HSL4.62º41.49%36.86%-
HSV(B)4.62º58.65%52.16%-
XYZ12.038.64.64-
YUV81.84112.85164.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 55 (21.88% from 255) = 22.09%
R=53.41%
G=24.50%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133615500.540.590.484.6241.4936.86
Hex853D370363B3052925
Octal2057567066736055145
Binary100001011111011101110110110111011110000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853D37; }

 p { color: rgb(133,61,55); }

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

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

 a { background-color: rgb(133,61,55); }

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

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

 span { border-color: rgb(133,61,55); }

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