Html Css Color HEX #853C2F Prairie Sand

📋 copy color: '#853C2F'

red 133 ◦ green 60 ◦ blue 47

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

Shades of Prairie Sand #853C2F

Tints of Prairie Sand #853C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

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

R = 55.42%
G = 25%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#853C2F (or 0x853C2F) is known color: Prairie Sand. HEX triplet: 85, 3C and 2F. RGB value is (133,60,47). Sum of RGB (Red+Green+Blue) = 133+60+47=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #853C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C2F is #7AC3D0. Grayscale: #505050. Windows color (decimal): -8045521 or 3095685. OLE color: 3095685.

HSL color Cylindrical-coordinate representation of color #853C2F: hue angle of 9.07º 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 #853C2F is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 47 -
CMYK 0 0.55 0.65 0.48
HSL 9.07º 0.48% 0.35% -
HSV(B) 9.07º 0.65% 0.52% -
XYZ 11.8 8.42 3.69 -
YUV 80.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 133 60 47 0 0.55 0.65 0.48 9.07 0.48 0.35
Hex 85 3C 2F 0 37 41 30 9 30 23
Octal 205 74 57 0 67 101 60 11 60 43
Binary 10000101 111100 101111 0 110111 1000001 110000 1001 110000 100011

Color Harmonies of #853C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C2F

Black with #853C2F

Text Example


Text Example

White with #853C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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