Html Css Color HEX #853D39 Prairie Sand

📋 copy color: '#853D39'

red 133 ◦ green 61 ◦ blue 57

#853D39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prairie Sand #853D39

Tints of Prairie Sand #853D39

RGB

 RED value IS 133 (52.34% from 255) = 52.99%

 GREEN value IS 61 (24.22% from 255) = 24.3%

 BLUE value IS 57 (22.66% from 255) = 22.71%

R = 52.99%
G = 24.3%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#853D39 (or 0x853D39) is known color: Prairie Sand. HEX triplet: 85, 3D and 39. RGB value is (133,61,57). Sum of RGB (Red+Green+Blue) = 133+61+57=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #853D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D39 is #7AC2C6. Grayscale: #525252. Windows color (decimal): -8045255 or 3751301. OLE color: 3751301.

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

Color convert

RGB 133 61 57 -
CMYK 0 0.54 0.57 0.48
HSL 3.16º 0.4% 0.37% -
HSV(B) 3.16º 0.57% 0.52% -
XYZ 12.08 8.62 4.9 -
YUV 82.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 133 61 57 0 0.54 0.57 0.48 3.16 0.4 0.37
Hex 85 3D 39 0 36 39 30 3 28 25
Octal 205 75 71 0 66 71 60 3 50 45
Binary 10000101 111101 111001 0 110110 111001 110000 11 101000 100101

Color Harmonies of #853D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D39

Black with #853D39

Text Example


Text Example

White with #853D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #853D39;
 }
 .AnyTagClassName
 {
   color: #853D39;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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