Html Css Color HEX #853F34 Prairie Sand

📋 copy color: '#853F34'

red 133 ◦ green 63 ◦ blue 52

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

Shades of Prairie Sand #853F34

Tints of Prairie Sand #853F34

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

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

R = 53.63%
G = 25.4%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#853F34 (or 0x853F34) is known color: Prairie Sand. HEX triplet: 85, 3F and 34. RGB value is (133,63,52). Sum of RGB (Red+Green+Blue) = 133+63+52=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #853F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F34 is #7AC0CB. Grayscale: #525252. Windows color (decimal): -8044748 or 3424133. OLE color: 3424133.

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

Color convert

RGB 133 63 52 -
CMYK 0 0.53 0.61 0.48
HSL 8.15º 0.44% 0.36% -
HSV(B) 8.15º 0.61% 0.52% -
XYZ 12.07 8.79 4.31 -
YUV 82.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 133 63 52 0 0.53 0.61 0.48 8.15 0.44 0.36
Hex 85 3F 34 0 35 3D 30 8 2C 24
Octal 205 77 64 0 65 75 60 10 54 44
Binary 10000101 111111 110100 0 110101 111101 110000 1000 101100 100100

Color Harmonies of #853F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F34

Black with #853F34

Text Example


Text Example

White with #853F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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