Html Css Color HEX #853D35 Prairie Sand

📋 copy color: '#853D35'

red 133 ◦ green 61 ◦ blue 53

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

Shades of Prairie Sand #853D35

Tints of Prairie Sand #853D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.46%

R = 53.85%
G = 24.7%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#853D35 (or 0x853D35) is known color: Prairie Sand. HEX triplet: 85, 3D and 35. RGB value is (133,61,53). Sum of RGB (Red+Green+Blue) = 133+61+53=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #853D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853D35 is #7AC2CA. Grayscale: #515151. Windows color (decimal): -8045259 or 3489157. OLE color: 3489157.

HSL color Cylindrical-coordinate representation of color #853D35: hue angle of 6º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853D35 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 61 53 -
CMYK 0 0.54 0.60 0.48
HSL 0.43% 0.36% -
HSV(B) 0.6% 0.52% -
XYZ 11.98 8.58 4.39 -
YUV 81.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 133 61 53 0 0.54 0.60 0.48 6 0.43 0.36
Hex 85 3D 35 0 36 3C 30 6 2B 24
Octal 205 75 65 0 66 74 60 6 53 44
Binary 10000101 111101 110101 0 110110 111100 110000 110 101011 100100

Color Harmonies of #853D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853D35

Black with #853D35

Text Example


Text Example

White with #853D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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