#8A3E3A

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

Shades of Prairie Sand #8A3E3A

Tints of Prairie Sand #8A3E3A

Color information

#8A3E3A (or 0x8A3E3A) is unknown color: approx Prairie Sand. HEX triplet: 8A, 3E and 3A. RGB value is (138,62,58). Sum of RGB (Red+Green+Blue) = 138+62+58=258 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.49% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E3A is #75C1C5. Grayscale: #545454. Windows color (decimal): -7717318 or 3817098. OLE color: 3817098.

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

Color convert

RGB1386258-
CMYK00.550.580.46
HSL40.82%38.43%-
HSV(B)57.97%54.12%-
XYZ12.979.155.09-
YUV84.27113.18166.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.49%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=53.49%
G=24.03%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138625800.550.580.46340.8238.43
Hex8A3E3A0373A2E32926
Octal2127672067725635146
Binary10001010111110111010011011111101010111011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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