Html Css Color HEX #853E2E Prairie Sand

📋 copy color: '#853E2E'

red 133 ◦ green 62 ◦ blue 46

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

Shades of Prairie Sand #853E2E

Tints of Prairie Sand #853E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.73%

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

R = 55.19%
G = 25.73%
B = 19.09%

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

#853E2E (or 0x853E2E) is known color: Prairie Sand. HEX triplet: 85, 3E and 2E. RGB value is (133,62,46). Sum of RGB (Red+Green+Blue) = 133+62+46=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853E2E is #7AC1D1. Grayscale: #515151. Windows color (decimal): -8045010 or 3030661. OLE color: 3030661.

HSL color Cylindrical-coordinate representation of color #853E2E: hue angle of 11.03º 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 #853E2E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 46 -
CMYK 0 0.53 0.65 0.48
HSL 11.03º 0.49% 0.35% -
HSV(B) 11.03º 0.65% 0.52% -
XYZ 11.89 8.63 3.62 -
YUV 81.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 133 62 46 0 0.53 0.65 0.48 11.03 0.49 0.35
Hex 85 3E 2E 0 35 41 30 B 31 23
Octal 205 76 56 0 65 101 60 13 61 43
Binary 10000101 111110 101110 0 110101 1000001 110000 1011 110001 100011

Color Harmonies of #853E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E2E

Black with #853E2E

Text Example


Text Example

White with #853E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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