Html Css Color HEX #853F36 Prairie Sand

📋 copy color: '#853F36'

red 133 ◦ green 63 ◦ blue 54

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

Shades of Prairie Sand #853F36

Tints of Prairie Sand #853F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.6%

R = 53.2%
G = 25.2%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#853F36 (or 0x853F36) is known color: Prairie Sand. HEX triplet: 85, 3F and 36. RGB value is (133,63,54). Sum of RGB (Red+Green+Blue) = 133+63+54=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853F36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F36 is #7AC0C9. Grayscale: #535353. Windows color (decimal): -8044746 or 3555205. OLE color: 3555205.

HSL color Cylindrical-coordinate representation of color #853F36: hue angle of 6.84º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853F36 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 54 -
CMYK 0 0.53 0.59 0.48
HSL 6.84º 0.42% 0.37% -
HSV(B) 6.84º 0.59% 0.52% -
XYZ 12.12 8.81 4.55 -
YUV 82.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 133 63 54 0 0.53 0.59 0.48 6.84 0.42 0.37
Hex 85 3F 36 0 35 3B 30 7 2A 25
Octal 205 77 66 0 65 73 60 7 52 45
Binary 10000101 111111 110110 0 110101 111011 110000 111 101010 100101

Color Harmonies of #853F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F36

Black with #853F36

Text Example


Text Example

White with #853F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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