Html Css Color HEX #853F2D Prairie Sand

📋 copy color: '#853F2D'

red 133 ◦ green 63 ◦ blue 45

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

Shades of Prairie Sand #853F2D

Tints of Prairie Sand #853F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.67%

R = 55.19%
G = 26.14%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#853F2D (or 0x853F2D) is known color: Prairie Sand. HEX triplet: 85, 3F and 2D. RGB value is (133,63,45). Sum of RGB (Red+Green+Blue) = 133+63+45=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F2D is #7AC0D2. Grayscale: #525252. Windows color (decimal): -8044755 or 2965381. OLE color: 2965381.

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

Color convert

RGB 133 63 45 -
CMYK 0 0.53 0.66 0.48
HSL 12.27º 0.49% 0.35% -
HSV(B) 12.27º 0.66% 0.52% -
XYZ 11.92 8.73 3.54 -
YUV 81.88 107.19 164.46 -
System Red Green Blue C M Y K H S L
Decimal 133 63 45 0 0.53 0.66 0.48 12.27 0.49 0.35
Hex 85 3F 2D 0 35 42 30 C 31 23
Octal 205 77 55 0 65 102 60 14 61 43
Binary 10000101 111111 101101 0 110101 1000010 110000 1100 110001 100011

Color Harmonies of #853F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F2D

Black with #853F2D

Text Example


Text Example

White with #853F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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