#8A3E2E

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

Shades of Prairie Sand #8A3E2E

Tints of Prairie Sand #8A3E2E

Color information

#8A3E2E (or 0x8A3E2E) is unknown color: approx Prairie Sand. HEX triplet: 8A, 3E and 2E. RGB value is (138,62,46). Sum of RGB (Red+Green+Blue) = 138+62+46=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E2E is #75C1D1. Grayscale: #535353. Windows color (decimal): -7717330 or 3030666. OLE color: 3030666.

HSL color Cylindrical-coordinate representation of color #8A3E2E: hue angle of 10.43º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3E2E is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB1386246-
CMYK00.550.670.46
HSL10.43º50%36.08%-
HSV(B)10.43º66.67%54.12%-
XYZ12.79.053.66-
YUV82.9107.18167.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.10%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 46 (18.36% from 255) = 18.70%
R=56.10%
G=25.20%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138624600.550.670.4610.435036.08
Hex8A3E2E037432Ea3224
Octal212765606710356126244
Binary10001010111110101110011011110000111011101010110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,62,46); }

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

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

 a { background-color: rgb(138,62,46); }

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

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

 span { border-color: rgb(138,62,46); }

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