#8A3E38

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

Shades of Prairie Sand #8A3E38

Tints of Prairie Sand #8A3E38

Color information

#8A3E38 (or 0x8A3E38) is unknown color: approx Prairie Sand. HEX triplet: 8A, 3E and 38. RGB value is (138,62,56). Sum of RGB (Red+Green+Blue) = 138+62+56=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3E38 is #75C1C7. Grayscale: #545454. Windows color (decimal): -7717320 or 3686026. OLE color: 3686026.

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

Color convert

RGB1386256-
CMYK00.550.590.46
HSL4.39º42.27%38.04%-
HSV(B)4.39º59.42%54.12%-
XYZ12.929.134.82-
YUV84.04112.18166.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.91%
GREEN value IS 62 (24.61% from 255) = 24.22%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=53.91%
G=24.22%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138625600.550.590.464.3942.2738.04
Hex8A3E380373B2E42a26
Octal2127670067735645246
Binary100010101111101110000110111111011101110100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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