#853F30

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

Shades of Prairie Sand #853F30

Tints of Prairie Sand #853F30

Color information

#853F30 (or 0x853F30) is unknown color: approx Prairie Sand. HEX triplet: 85, 3F and 30. RGB value is (133,63,48). Sum of RGB (Red+Green+Blue) = 133+63+48=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #853F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F30 is #7AC0CF. Grayscale: #525252. Windows color (decimal): -8044752 or 3161989. OLE color: 3161989.

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

Color convert

RGB1336348-
CMYK00.530.640.48
HSL10.59º46.96%35.49%-
HSV(B)10.59º63.91%52.16%-
XYZ11.988.753.85-
YUV82.22108.69164.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.51%
GREEN value IS 63 (25% from 255) = 25.82%
BLUE value IS 48 (19.14% from 255) = 19.67%
R=54.51%
G=25.82%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133634800.530.640.4810.5946.9635.49
Hex853F300354030b2f23
Octal205776006510060135743
Binary10000101111111110000011010110000001100001011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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