#853D2C

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

Shades of Prairie Sand #853D2C

Tints of Prairie Sand #853D2C

Color information

#853D2C (or 0x853D2C) is unknown color: approx Prairie Sand. HEX triplet: 85, 3D and 2C. RGB value is (133,61,44). Sum of RGB (Red+Green+Blue) = 133+61+44=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D2C is #7AC2D3. Grayscale: #505050. Windows color (decimal): -8045268 or 2899333. OLE color: 2899333.

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

Color convert

RGB1336144-
CMYK00.540.670.48
HSL11.46º50.28%34.71%-
HSV(B)11.46º66.92%52.16%-
XYZ11.88.513.4-
YUV80.59107.35165.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 61 (24.22% from 255) = 25.63%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=55.88%
G=25.63%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133614400.540.670.4811.4650.2834.71
Hex853D2C0364330b3223
Octal205755406610360136243
Binary10000101111101101100011011010000111100001011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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