Html Css Color HEX #853D2C Prairie Sand

📋 copy color: '#853D2C'

red 133 ◦ green 61 ◦ blue 44

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

Shades of Prairie Sand #853D2C

Tints of Prairie Sand #853D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.63%

 BLUE value IS 44 (17.58% from 255) = 18.49%

R = 55.88%
G = 25.63%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#853D2C (or 0x853D2C) is known color: Prairie Sand. HEX triplet: 85, 3D and 2C. RGB value is (133,61,44). Sum of RGB (Red+Green+Blue) = 133+61+44=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D2C is #7AC2D3. Grayscale: #505050. Windows color (decimal): -8045268 or 2899333. OLE color: 2899333.

HSL color Cylindrical-coordinate representation of color #853D2C: hue angle of 11.46º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #853D2C is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 44 -
CMYK 0 0.54 0.67 0.48
HSL 11.46º 0.5% 0.35% -
HSV(B) 11.46º 0.67% 0.52% -
XYZ 11.8 8.51 3.4 -
YUV 80.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 133 61 44 0 0.54 0.67 0.48 11.46 0.5 0.35
Hex 85 3D 2C 0 36 43 30 B 32 23
Octal 205 75 54 0 66 103 60 13 62 43
Binary 10000101 111101 101100 0 110110 1000011 110000 1011 110010 100011

Color Harmonies of #853D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D2C

Black with #853D2C

Text Example


Text Example

White with #853D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,61,44); }

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

background-color css

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

 a { background-color: rgb(133,61,44); }

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

border-color css

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

 span { border-color: rgb(133,61,44); }

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