#853D38

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

Shades of Prairie Sand #853D38

Tints of Prairie Sand #853D38

Color information

#853D38 (or 0x853D38) is unknown color: approx Prairie Sand. HEX triplet: 85, 3D and 38. RGB value is (133,61,56). Sum of RGB (Red+Green+Blue) = 133+61+56=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D38 is #7AC2C7. Grayscale: #525252. Windows color (decimal): -8045256 or 3685765. OLE color: 3685765.

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

Color convert

RGB1336156-
CMYK00.540.580.48
HSL3.9º40.74%37.06%-
HSV(B)3.9º57.89%52.16%-
XYZ12.068.614.77-
YUV81.96113.35164.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 61 (24.22% from 255) = 24.4%
BLUE value IS 56 (22.27% from 255) = 22.4%
R=53.2%
G=24.4%
B=22.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133615600.540.580.483.940.7437.06
Hex853D380363A3042925
Octal2057570066726045145
Binary100001011111011110000110110111010110000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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