Html Css Color HEX #854232 Prairie Sand

📋 copy color: '#854232'

red 133 ◦ green 66 ◦ blue 50

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

Shades of Prairie Sand #854232

Tints of Prairie Sand #854232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

 BLUE value IS 50 (19.92% from 255) = 20.08%

R = 53.41%
G = 26.51%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#854232 (or 0x854232) is known color: Prairie Sand. HEX triplet: 85, 42 and 32. RGB value is (133,66,50). Sum of RGB (Red+Green+Blue) = 133+66+50=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854232 is #7ABDCD. Grayscale: #545454. Windows color (decimal): -8043982 or 3293829. OLE color: 3293829.

HSL color Cylindrical-coordinate representation of color #854232: hue angle of 11.57º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #854232 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 50 -
CMYK 0 0.50 0.62 0.48
HSL 11.57º 0.45% 0.36% -
HSV(B) 11.57º 0.62% 0.52% -
XYZ 12.2 9.11 4.13 -
YUV 84.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 133 66 50 0 0.50 0.62 0.48 11.57 0.45 0.36
Hex 85 42 32 0 32 3E 30 C 2D 24
Octal 205 102 62 0 62 76 60 14 55 44
Binary 10000101 1000010 110010 0 110010 111110 110000 1100 101101 100100

Color Harmonies of #854232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854232

Black with #854232

Text Example


Text Example

White with #854232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854232; }

 p { color: rgb(133,66,50); }

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

background-color css

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

 a { background-color: rgb(133,66,50); }

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

border-color css

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

 span { border-color: rgb(133,66,50); }

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