Html Css Color HEX #853F2E Prairie Sand

📋 copy color: '#853F2E'

red 133 ◦ green 63 ◦ blue 46

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

Shades of Prairie Sand #853F2E

Tints of Prairie Sand #853F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.01%

R = 54.96%
G = 26.03%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#853F2E (or 0x853F2E) is known color: Prairie Sand. HEX triplet: 85, 3F and 2E. RGB value is (133,63,46). Sum of RGB (Red+Green+Blue) = 133+63+46=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #853F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F2E is #7AC0D1. Grayscale: #525252. Windows color (decimal): -8044754 or 3030917. OLE color: 3030917.

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

Color convert

RGB 133 63 46 -
CMYK 0 0.53 0.65 0.48
HSL 11.72º 0.49% 0.35% -
HSV(B) 11.72º 0.65% 0.52% -
XYZ 11.94 8.74 3.64 -
YUV 81.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 133 63 46 0 0.53 0.65 0.48 11.72 0.49 0.35
Hex 85 3F 2E 0 35 41 30 C 31 23
Octal 205 77 56 0 65 101 60 14 61 43
Binary 10000101 111111 101110 0 110101 1000001 110000 1100 110001 100011

Color Harmonies of #853F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F2E

Black with #853F2E

Text Example


Text Example

White with #853F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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