Html Css Color HEX #853C38 Prairie Sand

📋 copy color: '#853C38'

red 133 ◦ green 60 ◦ blue 56

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

Shades of Prairie Sand #853C38

Tints of Prairie Sand #853C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 22.49%

R = 53.41%
G = 24.1%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#853C38 (or 0x853C38) is known color: Prairie Sand. HEX triplet: 85, 3C and 38. RGB value is (133,60,56). Sum of RGB (Red+Green+Blue) = 133+60+56=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #853C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C38 is #7AC3C7. Grayscale: #515151. Windows color (decimal): -8045512 or 3685509. OLE color: 3685509.

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

Color convert

RGB 133 60 56 -
CMYK 0 0.55 0.58 0.48
HSL 3.12º 0.41% 0.37% -
HSV(B) 3.12º 0.58% 0.52% -
XYZ 12 8.5 4.75 -
YUV 81.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 133 60 56 0 0.55 0.58 0.48 3.12 0.41 0.37
Hex 85 3C 38 0 37 3A 30 3 29 25
Octal 205 74 70 0 67 72 60 3 51 45
Binary 10000101 111100 111000 0 110111 111010 110000 11 101001 100101

Color Harmonies of #853C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C38

Black with #853C38

Text Example


Text Example

White with #853C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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