#8B4434

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

Shades of Prairie Sand #8B4434

Tints of Prairie Sand #8B4434

Color information

#8B4434 (or 0x8B4434) is unknown color: approx Prairie Sand. HEX triplet: 8B, 44 and 34. RGB value is (139,68,52). Sum of RGB (Red+Green+Blue) = 139+68+52=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4434 is #74BBCB. Grayscale: #575757. Windows color (decimal): -7650252 or 3425419. OLE color: 3425419.

HSL color Cylindrical-coordinate representation of color #8B4434: hue angle of 11.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B4434 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB1396852-
CMYK00.510.630.45
HSL11.03º45.55%37.45%-
HSV(B)11.03º62.59%54.51%-
XYZ13.339.874.45-
YUV87.4108.02164.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.67%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 52 (20.70% from 255) = 20.08%
R=53.67%
G=26.25%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139685200.510.630.4511.0345.5537.45
Hex8B44340333F2Db2e25
Octal213104640637755135645
Binary10001011100010011010001100111111111011011011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,52); }

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

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

 a { background-color: rgb(139,68,52); }

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

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

 span { border-color: rgb(139,68,52); }

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