Html Css Color HEX #853E37 Prairie Sand

📋 copy color: '#853E37'

red 133 ◦ green 62 ◦ blue 55

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

Shades of Prairie Sand #853E37

Tints of Prairie Sand #853E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.8%

 BLUE value IS 55 (21.88% from 255) = 22%

R = 53.2%
G = 24.8%
B = 22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#853E37 (or 0x853E37) is known color: Prairie Sand. HEX triplet: 85, 3E and 37. RGB value is (133,62,55). Sum of RGB (Red+Green+Blue) = 133+62+55=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E37 is #7AC1C8. Grayscale: #525252. Windows color (decimal): -8045001 or 3620485. OLE color: 3620485.

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

Color convert

RGB 133 62 55 -
CMYK 0 0.53 0.59 0.48
HSL 5.38º 0.41% 0.37% -
HSV(B) 5.38º 0.59% 0.52% -
XYZ 12.09 8.71 4.66 -
YUV 82.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 133 62 55 0 0.53 0.59 0.48 5.38 0.41 0.37
Hex 85 3E 37 0 35 3B 30 5 29 25
Octal 205 76 67 0 65 73 60 5 51 45
Binary 10000101 111110 110111 0 110101 111011 110000 101 101001 100101

Color Harmonies of #853E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E37

Black with #853E37

Text Example


Text Example

White with #853E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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