Html Css Color HEX #85422F Prairie Sand

📋 copy color: '#85422F'

red 133 ◦ green 66 ◦ blue 47

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

Shades of Prairie Sand #85422F

Tints of Prairie Sand #85422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 54.07%
G = 26.83%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85422F (or 0x85422F) is known color: Prairie Sand. HEX triplet: 85, 42 and 2F. RGB value is (133,66,47). Sum of RGB (Red+Green+Blue) = 133+66+47=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85422F is #7ABDD0. Grayscale: #545454. Windows color (decimal): -8043985 or 3097221. OLE color: 3097221.

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

Color convert

RGB 133 66 47 -
CMYK 0 0.50 0.65 0.48
HSL 13.26º 0.48% 0.35% -
HSV(B) 13.26º 0.65% 0.52% -
XYZ 12.13 9.09 3.8 -
YUV 83.87 107.2 163.04 -
System Red Green Blue C M Y K H S L
Decimal 133 66 47 0 0.50 0.65 0.48 13.26 0.48 0.35
Hex 85 42 2F 0 32 41 30 D 30 23
Octal 205 102 57 0 62 101 60 15 60 43
Binary 10000101 1000010 101111 0 110010 1000001 110000 1101 110000 100011

Color Harmonies of #85422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85422F

Black with #85422F

Text Example


Text Example

White with #85422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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