Html Css Color HEX #8B4031 Prairie Sand

📋 copy color: '#8B4031'

red 139 ◦ green 64 ◦ blue 49

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

Shades of Prairie Sand #8B4031

Tints of Prairie Sand #8B4031

RGB

 RED value IS 139 (54.69% from 255) = 55.16%

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

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

R = 55.16%
G = 25.4%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.45

RGB Variations

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

Color information

#8B4031 (or 0x8B4031) is known color: Prairie Sand. HEX triplet: 8B, 40 and 31. RGB value is (139,64,49). Sum of RGB (Red+Green+Blue) = 139+64+49=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4031 is #74BFCE. Grayscale: #545454. Windows color (decimal): -7651279 or 3227787. OLE color: 3227787.

HSL color Cylindrical-coordinate representation of color #8B4031: hue angle of 10º 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 #8B4031 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 64 49 -
CMYK 0 0.54 0.65 0.45
HSL 10º 0.48% 0.37% -
HSV(B) 10º 0.65% 0.55% -
XYZ 13.04 9.38 4.03 -
YUV 84.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 139 64 49 0 0.54 0.65 0.45 10 0.48 0.37
Hex 8B 40 31 0 36 41 2D A 30 25
Octal 213 100 61 0 66 101 55 12 60 45
Binary 10001011 1000000 110001 0 110110 1000001 101101 1010 110000 100101

Color Harmonies of #8B4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4031

Black with #8B4031

Text Example


Text Example

White with #8B4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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