#853C2E

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

Shades of Prairie Sand #853C2E

Tints of Prairie Sand #853C2E

Color information

#853C2E (or 0x853C2E) is unknown color: approx Prairie Sand. HEX triplet: 85, 3C and 2E. RGB value is (133,60,46). Sum of RGB (Red+Green+Blue) = 133+60+46=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #853C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C2E is #7AC3D1. Grayscale: #505050. Windows color (decimal): -8045522 or 3030149. OLE color: 3030149.

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

Color convert

RGB1336046-
CMYK00.550.650.48
HSL9.66º48.6%35.1%-
HSV(B)9.66º65.41%52.16%-
XYZ11.788.423.59-
YUV80.23108.68165.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=55.65%
G=25.10%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133604600.550.650.489.6648.635.1
Hex853C2E0374130a3123
Octal205745606710160126143
Binary10000101111100101110011011110000011100001010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,60,46); }

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

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

 a { background-color: rgb(133,60,46); }

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

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

 span { border-color: rgb(133,60,46); }

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