Html Css Color HEX #8D4031 Prairie Sand

📋 copy color: '#8D4031'

red 141 ◦ green 64 ◦ blue 49

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

Shades of Prairie Sand #8D4031

Tints of Prairie Sand #8D4031

RGB

 RED value IS 141 (55.47% from 255) = 55.51%

 GREEN value IS 64 (25.39% from 255) = 25.2%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 55.51%
G = 25.2%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8D4031 (or 0x8D4031) is known color: Prairie Sand. HEX triplet: 8D, 40 and 31. RGB value is (141,64,49). Sum of RGB (Red+Green+Blue) = 141+64+49=254 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.51% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4031 is #72BFCE. Grayscale: #555555. Windows color (decimal): -7520207 or 3227789. OLE color: 3227789.

HSL color Cylindrical-coordinate representation of color #8D4031: hue angle of 9.78º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D4031 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 64 49 -
CMYK 0 0.55 0.65 0.45
HSL 9.78º 0.48% 0.37% -
HSV(B) 9.78º 0.65% 0.55% -
XYZ 13.37 9.55 4.04 -
YUV 85.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 141 64 49 0 0.55 0.65 0.45 9.78 0.48 0.37
Hex 8D 40 31 0 37 41 2D A 30 25
Octal 215 100 61 0 67 101 55 12 60 45
Binary 10001101 1000000 110001 0 110111 1000001 101101 1010 110000 100101

Color Harmonies of #8D4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4031

Black with #8D4031

Text Example


Text Example

White with #8D4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D4031; }

 p { color: rgb(141,64,49); }

 H1.HeaderClassName
 {
   color: #8D4031;
 }
 .AnyTagClassName
 {
   color: #8D4031;
 }
</style>

background-color css

<style>
 a { background-color: #8D4031; }

 a { background-color: rgb(141,64,49); }

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

border-color css

<style>
 span { border-color: #8D4031; }

 span { border-color: rgb(141,64,49); }

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