#853F35

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

Shades of Prairie Sand #853F35

Tints of Prairie Sand #853F35

Color information

#853F35 (or 0x853F35) is unknown color: approx Prairie Sand. HEX triplet: 85, 3F and 35. RGB value is (133,63,53). Sum of RGB (Red+Green+Blue) = 133+63+53=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F35 is #7AC0CA. Grayscale: #525252. Windows color (decimal): -8044747 or 3489669. OLE color: 3489669.

HSL color Cylindrical-coordinate representation of color #853F35: hue angle of 7.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853F35 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1336353-
CMYK00.530.600.48
HSL7.5º43.01%36.47%-
HSV(B)7.5º60.15%52.16%-
XYZ12.098.84.43-
YUV82.79111.19163.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 53 (21.09% from 255) = 21.29%
R=53.41%
G=25.30%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133635300.530.600.487.543.0136.47
Hex853F350353C3072b24
Octal2057765065746075344
Binary100001011111111101010110101111100110000111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,63,53); }

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

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

 a { background-color: rgb(133,63,53); }

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

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

 span { border-color: rgb(133,63,53); }

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