#853E2D

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

Shades of Prairie Sand #853E2D

Tints of Prairie Sand #853E2D

Color information

#853E2D (or 0x853E2D) is unknown color: approx Prairie Sand. HEX triplet: 85, 3E and 2D. RGB value is (133,62,45). Sum of RGB (Red+Green+Blue) = 133+62+45=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E2D is #7AC1D2. Grayscale: #515151. Windows color (decimal): -8045011 or 2965125. OLE color: 2965125.

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

Color convert

RGB1336245-
CMYK00.530.660.48
HSL11.59º49.44%34.9%-
HSV(B)11.59º66.17%52.16%-
XYZ11.878.623.52-
YUV81.29107.52164.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 62 (24.61% from 255) = 25.83%
BLUE value IS 45 (17.97% from 255) = 18.75%
R=55.42%
G=25.83%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133624500.530.660.4811.5949.4434.9
Hex853E2D0354230c3123
Octal205765506510260146143
Binary10000101111110101101011010110000101100001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,62,45); }

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

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

 a { background-color: rgb(133,62,45); }

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

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

 span { border-color: rgb(133,62,45); }

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