Html Css Color HEX #854037 Prairie Sand

📋 copy color: '#854037'

red 133 ◦ green 64 ◦ blue 55

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

Shades of Prairie Sand #854037

Tints of Prairie Sand #854037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.4%

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

R = 52.78%
G = 25.4%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#854037 (or 0x854037) is known color: Prairie Sand. HEX triplet: 85, 40 and 37. RGB value is (133,64,55). Sum of RGB (Red+Green+Blue) = 133+64+55=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854037 is #7ABFC8. Grayscale: #535353. Windows color (decimal): -8044489 or 3620997. OLE color: 3620997.

HSL color Cylindrical-coordinate representation of color #854037: hue angle of 6.92º 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 #854037 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 64 55 -
CMYK 0 0.52 0.59 0.48
HSL 6.92º 0.41% 0.37% -
HSV(B) 6.92º 0.59% 0.52% -
XYZ 12.2 8.93 4.7 -
YUV 83.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 133 64 55 0 0.52 0.59 0.48 6.92 0.41 0.37
Hex 85 40 37 0 34 3B 30 7 29 25
Octal 205 100 67 0 64 73 60 7 51 45
Binary 10000101 1000000 110111 0 110100 111011 110000 111 101001 100101

Color Harmonies of #854037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854037

Black with #854037

Text Example


Text Example

White with #854037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854037; }

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

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

background-color css

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

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

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

border-color css

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

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

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