Html Css Color HEX #853E2F Prairie Sand

📋 copy color: '#853E2F'

red 133 ◦ green 62 ◦ blue 47

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

Shades of Prairie Sand #853E2F

Tints of Prairie Sand #853E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.62%

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

R = 54.96%
G = 25.62%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#853E2F (or 0x853E2F) is known color: Prairie Sand. HEX triplet: 85, 3E and 2F. RGB value is (133,62,47). Sum of RGB (Red+Green+Blue) = 133+62+47=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E2F is #7AC1D0. Grayscale: #515151. Windows color (decimal): -8045009 or 3096197. OLE color: 3096197.

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

Color convert

RGB 133 62 47 -
CMYK 0 0.53 0.65 0.48
HSL 10.47º 0.48% 0.35% -
HSV(B) 10.47º 0.65% 0.52% -
XYZ 11.91 8.64 3.73 -
YUV 81.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 133 62 47 0 0.53 0.65 0.48 10.47 0.48 0.35
Hex 85 3E 2F 0 35 41 30 A 30 23
Octal 205 76 57 0 65 101 60 12 60 43
Binary 10000101 111110 101111 0 110101 1000001 110000 1010 110000 100011

Color Harmonies of #853E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E2F

Black with #853E2F

Text Example


Text Example

White with #853E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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