Html Css Color HEX #8B4139 Prairie Sand

📋 copy color: '#8B4139'

red 139 ◦ green 65 ◦ blue 57

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

Shades of Prairie Sand #8B4139

Tints of Prairie Sand #8B4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 57 (22.66% from 255) = 21.84%

R = 53.26%
G = 24.9%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8B4139 (or 0x8B4139) is known color: Prairie Sand. HEX triplet: 8B, 41 and 39. RGB value is (139,65,57). Sum of RGB (Red+Green+Blue) = 139+65+57=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4139 is #74BEC6. Grayscale: #565656. Windows color (decimal): -7651015 or 3752331. OLE color: 3752331.

HSL color Cylindrical-coordinate representation of color #8B4139: hue angle of 5.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B4139 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 65 57 -
CMYK 0 0.53 0.59 0.45
HSL 5.85º 0.42% 0.38% -
HSV(B) 5.85º 0.59% 0.55% -
XYZ 13.28 9.56 5.02 -
YUV 86.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 139 65 57 0 0.53 0.59 0.45 5.85 0.42 0.38
Hex 8B 41 39 0 35 3B 2D 6 2A 26
Octal 213 101 71 0 65 73 55 6 52 46
Binary 10001011 1000001 111001 0 110101 111011 101101 110 101010 100110

Color Harmonies of #8B4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4139

Black with #8B4139

Text Example


Text Example

White with #8B4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,65,57); }

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

background-color css

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

 a { background-color: rgb(139,65,57); }

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

border-color css

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

 span { border-color: rgb(139,65,57); }

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