#8A4436

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

Shades of Prairie Sand #8A4436

Tints of Prairie Sand #8A4436

Color information

#8A4436 (or 0x8A4436) is unknown color: approx Prairie Sand. HEX triplet: 8A, 44 and 36. RGB value is (138,68,54). Sum of RGB (Red+Green+Blue) = 138+68+54=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4436 is #75BBC9. Grayscale: #575757. Windows color (decimal): -7715786 or 3556490. OLE color: 3556490.

HSL color Cylindrical-coordinate representation of color #8A4436: hue angle of 10º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4436 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB1386854-
CMYK00.510.610.46
HSL10º43.75%37.65%-
HSV(B)10º60.87%54.12%-
XYZ13.219.84.69-
YUV87.33109.19164.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.08%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 54 (21.48% from 255) = 20.77%
R=53.08%
G=26.15%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138685400.510.610.461043.7537.65
Hex8A44360333D2Ea2c26
Octal212104660637556125446
Binary10001010100010011011001100111111011011101010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,68,54); }

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

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

 a { background-color: rgb(138,68,54); }

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

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

 span { border-color: rgb(138,68,54); }

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