#853A33

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

Shades of Prairie Sand #853A33

Tints of Prairie Sand #853A33

Color information

#853A33 (or 0x853A33) is unknown color: approx Prairie Sand. HEX triplet: 85, 3A and 33. RGB value is (133,58,51). Sum of RGB (Red+Green+Blue) = 133+58+51=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A33 is #7AC5CC. Grayscale: #4F4F4F. Windows color (decimal): -8046029 or 3357317. OLE color: 3357317.

HSL color Cylindrical-coordinate representation of color #853A33: hue angle of 5.12º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853A33 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB1335851-
CMYK00.560.620.48
HSL5.12º44.57%36.08%-
HSV(B)5.12º61.65%52.16%-
XYZ11.788.254.1-
YUV79.63111.85166.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=54.96%
G=23.97%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133585100.560.620.485.1244.5736.08
Hex853A330383E3052d24
Octal2057263070766055544
Binary100001011110101100110111000111110110000101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,58,51); }

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

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

 a { background-color: rgb(133,58,51); }

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

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

 span { border-color: rgb(133,58,51); }

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