#853E2E

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

Shades of Prairie Sand #853E2E

Tints of Prairie Sand #853E2E

Color information

#853E2E (or 0x853E2E) is unknown color: approx Prairie Sand. HEX triplet: 85, 3E and 2E. RGB value is (133,62,46). Sum of RGB (Red+Green+Blue) = 133+62+46=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E2E is #7AC1D1. Grayscale: #515151. Windows color (decimal): -8045010 or 3030661. OLE color: 3030661.

HSL color Cylindrical-coordinate representation of color #853E2E: hue angle of 11.03º 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 #853E2E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1336246-
CMYK00.530.650.48
HSL11.03º48.6%35.1%-
HSV(B)11.03º65.41%52.16%-
XYZ11.898.633.62-
YUV81.4108.02164.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 46 (18.36% from 255) = 19.09%
R=55.19%
G=25.73%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133624600.530.650.4811.0348.635.1
Hex853E2E0354130b3123
Octal205765606510160136143
Binary10000101111110101110011010110000011100001011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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