#8B4538

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

Shades of Prairie Sand #8B4538

Tints of Prairie Sand #8B4538

Color information

#8B4538 (or 0x8B4538) is unknown color: approx Prairie Sand. HEX triplet: 8B, 45 and 38. RGB value is (139,69,56). Sum of RGB (Red+Green+Blue) = 139+69+56=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4538 is #74BAC7. Grayscale: #585858. Windows color (decimal): -7649992 or 3687819. OLE color: 3687819.

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

Color convert

RGB1396956-
CMYK00.500.600.45
HSL9.4º42.56%38.24%-
HSV(B)9.4º59.71%54.51%-
XYZ13.4910.034.97-
YUV88.45109.69164.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=52.65%
G=26.14%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139695600.500.600.459.442.5638.24
Hex8B45380323C2D92b26
Octal213105700627455115346
Binary10001011100010111100001100101111001011011001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,69,56); }

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

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

 a { background-color: rgb(139,69,56); }

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

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

 span { border-color: rgb(139,69,56); }

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