#8A4037

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

Shades of Prairie Sand #8A4037

Tints of Prairie Sand #8A4037

Color information

#8A4037 (or 0x8A4037) is unknown color: approx Prairie Sand. HEX triplet: 8A, 40 and 37. RGB value is (138,64,55). Sum of RGB (Red+Green+Blue) = 138+64+55=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4037 is #75BFC8. Grayscale: #555555. Windows color (decimal): -7716809 or 3621002. OLE color: 3621002.

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

Color convert

RGB1386455-
CMYK00.540.600.46
HSL6.51º43.01%37.84%-
HSV(B)6.51º60.14%54.12%-
XYZ139.354.73-
YUV85.1111.02165.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.70%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 55 (21.88% from 255) = 21.40%
R=53.70%
G=24.90%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.60
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138645500.540.600.466.5143.0137.84
Hex8A40370363C2E72b26
Octal21210067066745675346
Binary1000101010000001101110110110111100101110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,64,55); }

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

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

 a { background-color: rgb(138,64,55); }

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

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

 span { border-color: rgb(138,64,55); }

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