#853A34

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

Shades of Prairie Sand #853A34

Tints of Prairie Sand #853A34

Color information

#853A34 (or 0x853A34) is unknown color: approx Prairie Sand. HEX triplet: 85, 3A and 34. RGB value is (133,58,52). Sum of RGB (Red+Green+Blue) = 133+58+52=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #853A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A34 is #7AC5CB. Grayscale: #4F4F4F. Windows color (decimal): -8046028 or 3422853. OLE color: 3422853.

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

Color convert

RGB1335852-
CMYK00.560.610.48
HSL4.44º43.78%36.27%-
HSV(B)4.44º60.9%52.16%-
XYZ11.818.264.22-
YUV79.74112.35165.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 52 (20.70% from 255) = 21.40%
R=54.73%
G=23.87%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133585200.560.610.484.4443.7836.27
Hex853A340383D3042c24
Octal2057264070756045444
Binary100001011110101101000111000111101110000100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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