Html Css Color HEX #854036 Prairie Sand

📋 copy color: '#854036'

red 133 ◦ green 64 ◦ blue 54

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

Shades of Prairie Sand #854036

Tints of Prairie Sand #854036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 52.99%
G = 25.5%
B = 21.51%

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

#854036 (or 0x854036) is known color: Prairie Sand. HEX triplet: 85, 40 and 36. RGB value is (133,64,54). Sum of RGB (Red+Green+Blue) = 133+64+54=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #854036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854036 is #7ABFC9. Grayscale: #535353. Windows color (decimal): -8044490 or 3555461. OLE color: 3555461.

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

Color convert

RGB 133 64 54 -
CMYK 0 0.52 0.59 0.48
HSL 7.59º 0.42% 0.37% -
HSV(B) 7.59º 0.59% 0.52% -
XYZ 12.17 8.92 4.57 -
YUV 83.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 133 64 54 0 0.52 0.59 0.48 7.59 0.42 0.37
Hex 85 40 36 0 34 3B 30 8 2A 25
Octal 205 100 66 0 64 73 60 10 52 45
Binary 10000101 1000000 110110 0 110100 111011 110000 1000 101010 100101

Color Harmonies of #854036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854036

Black with #854036

Text Example


Text Example

White with #854036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854036; }

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

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

background-color css

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

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

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

border-color css

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

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

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