Html Css Color HEX #854231 Prairie Sand

📋 copy color: '#854231'

red 133 ◦ green 66 ◦ blue 49

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

Shades of Prairie Sand #854231

Tints of Prairie Sand #854231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 53.63%
G = 26.61%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#854231 (or 0x854231) is known color: Prairie Sand. HEX triplet: 85, 42 and 31. RGB value is (133,66,49). Sum of RGB (Red+Green+Blue) = 133+66+49=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #854231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854231 is #7ABDCE. Grayscale: #545454. Windows color (decimal): -8043983 or 3228293. OLE color: 3228293.

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

Color convert

RGB 133 66 49 -
CMYK 0 0.50 0.63 0.48
HSL 12.14º 0.46% 0.36% -
HSV(B) 12.14º 0.63% 0.52% -
XYZ 12.18 9.1 4.02 -
YUV 84.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 133 66 49 0 0.50 0.63 0.48 12.14 0.46 0.36
Hex 85 42 31 0 32 3F 30 C 2E 24
Octal 205 102 61 0 62 77 60 14 56 44
Binary 10000101 1000010 110001 0 110010 111111 110000 1100 101110 100100

Color Harmonies of #854231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854231

Black with #854231

Text Example


Text Example

White with #854231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854231; }

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

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

background-color css

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

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

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

border-color css

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

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

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