Html Css Color HEX #8B3E31 Prairie Sand

📋 copy color: '#8B3E31'

red 139 ◦ green 62 ◦ blue 49

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

Shades of Prairie Sand #8B3E31

Tints of Prairie Sand #8B3E31

RGB

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

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

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

R = 55.6%
G = 24.8%
B = 19.6%

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

#8B3E31 (or 0x8B3E31) is known color: Prairie Sand. HEX triplet: 8B, 3E and 31. RGB value is (139,62,49). Sum of RGB (Red+Green+Blue) = 139+62+49=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 62 (24.61% from 255 or 24.8% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3E31 is #74C1CE. Grayscale: #535353. Windows color (decimal): -7651791 or 3227275. OLE color: 3227275.

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

Color convert

RGB 139 62 49 -
CMYK 0 0.55 0.65 0.45
HSL 8.67º 0.48% 0.37% -
HSV(B) 8.67º 0.65% 0.55% -
XYZ 12.92 9.16 3.99 -
YUV 83.54 108.51 167.56 -
System Red Green Blue C M Y K H S L
Decimal 139 62 49 0 0.55 0.65 0.45 8.67 0.48 0.37
Hex 8B 3E 31 0 37 41 2D 9 30 25
Octal 213 76 61 0 67 101 55 11 60 45
Binary 10001011 111110 110001 0 110111 1000001 101101 1001 110000 100101

Color Harmonies of #8B3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3E31

Black with #8B3E31

Text Example


Text Example

White with #8B3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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