Html Css Color HEX #854136 Prairie Sand

📋 copy color: '#854136'

red 133 ◦ green 65 ◦ blue 54

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

Shades of Prairie Sand #854136

Tints of Prairie Sand #854136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.79%

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

R = 52.78%
G = 25.79%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#854136 (or 0x854136) is known color: Prairie Sand. HEX triplet: 85, 41 and 36. RGB value is (133,65,54). Sum of RGB (Red+Green+Blue) = 133+65+54=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 54 (21.48% from 255 or 21.43% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #854136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854136 is #7ABEC9. Grayscale: #545454. Windows color (decimal): -8044234 or 3555717. OLE color: 3555717.

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

Color convert

RGB 133 65 54 -
CMYK 0 0.51 0.59 0.48
HSL 8.35º 0.42% 0.37% -
HSV(B) 8.35º 0.59% 0.52% -
XYZ 12.23 9.03 4.59 -
YUV 84.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 133 65 54 0 0.51 0.59 0.48 8.35 0.42 0.37
Hex 85 41 36 0 33 3B 30 8 2A 25
Octal 205 101 66 0 63 73 60 10 52 45
Binary 10000101 1000001 110110 0 110011 111011 110000 1000 101010 100101

Color Harmonies of #854136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854136

Black with #854136

Text Example


Text Example

White with #854136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854136; }

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

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

background-color css

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

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

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

border-color css

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

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

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