Html Css Color HEX #854134 Prairie Sand

📋 copy color: '#854134'

red 133 ◦ green 65 ◦ blue 52

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

Shades of Prairie Sand #854134

Tints of Prairie Sand #854134

RGB

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

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

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

R = 53.2%
G = 26%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#854134 (or 0x854134) is known color: Prairie Sand. HEX triplet: 85, 41 and 34. RGB value is (133,65,52). Sum of RGB (Red+Green+Blue) = 133+65+52=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #854134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854134 is #7ABECB. Grayscale: #535353. Windows color (decimal): -8044236 or 3424645. OLE color: 3424645.

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

Color convert

RGB 133 65 52 -
CMYK 0 0.51 0.61 0.48
HSL 9.63º 0.44% 0.36% -
HSV(B) 9.63º 0.61% 0.52% -
XYZ 12.18 9.02 4.35 -
YUV 83.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 133 65 52 0 0.51 0.61 0.48 9.63 0.44 0.36
Hex 85 41 34 0 33 3D 30 A 2C 24
Octal 205 101 64 0 63 75 60 12 54 44
Binary 10000101 1000001 110100 0 110011 111101 110000 1010 101100 100100

Color Harmonies of #854134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854134

Black with #854134

Text Example


Text Example

White with #854134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854134; }

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

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

background-color css

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

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

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

border-color css

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

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

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