#8B4137

Color #8B4137 Prairie Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prairie Sand #8B4137

Tints of Prairie Sand #8B4137

Color information

#8B4137 (or 0x8B4137) is unknown color: approx Prairie Sand. HEX triplet: 8B, 41 and 37. RGB value is (139,65,55). Sum of RGB (Red+Green+Blue) = 139+65+55=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4137 is #74BEC8. Grayscale: #565656. Windows color (decimal): -7651017 or 3621259. OLE color: 3621259.

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

Color convert

RGB1396555-
CMYK00.530.600.45
HSL7.14º43.3%38.04%-
HSV(B)7.14º60.43%54.51%-
XYZ13.239.554.76-
YUV85.99110.52165.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 55 (21.88% from 255) = 21.24%
R=53.67%
G=25.10%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139655500.530.600.457.1443.338.04
Hex8B41370353C2D72b26
Octal21310167065745575346
Binary1000101110000011101110110101111100101101111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B4137;
 }
 .AnyTagClassName
 {
   color: #8B4137;
 }
</style>
background-color css

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

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

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

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

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

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