Html Css Color HEX #854034 Prairie Sand

📋 copy color: '#854034'

red 133 ◦ green 64 ◦ blue 52

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

Shades of Prairie Sand #854034

Tints of Prairie Sand #854034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 53.41%
G = 25.7%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#854034 (or 0x854034) is known color: Prairie Sand. HEX triplet: 85, 40 and 34. RGB value is (133,64,52). Sum of RGB (Red+Green+Blue) = 133+64+52=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854034 is #7ABFCB. Grayscale: #535353. Windows color (decimal): -8044492 or 3424389. OLE color: 3424389.

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

Color convert

RGB 133 64 52 -
CMYK 0 0.52 0.61 0.48
HSL 8.89º 0.44% 0.36% -
HSV(B) 8.89º 0.61% 0.52% -
XYZ 12.13 8.9 4.33 -
YUV 83.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 133 64 52 0 0.52 0.61 0.48 8.89 0.44 0.36
Hex 85 40 34 0 34 3D 30 9 2C 24
Octal 205 100 64 0 64 75 60 11 54 44
Binary 10000101 1000000 110100 0 110100 111101 110000 1001 101100 100100

Color Harmonies of #854034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854034

Black with #854034

Text Example


Text Example

White with #854034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854034; }

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

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

background-color css

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

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

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

border-color css

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

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

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