#8A413E

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

Shades of Prairie Sand #8A413E

Tints of Prairie Sand #8A413E

Color information

#8A413E (or 0x8A413E) is unknown color: approx Prairie Sand. HEX triplet: 8A, 41 and 3E. RGB value is (138,65,62). Sum of RGB (Red+Green+Blue) = 138+65+62=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A413E is #75BEC1. Grayscale: #565656. Windows color (decimal): -7716546 or 4080010. OLE color: 4080010.

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

Color convert

RGB1386562-
CMYK00.530.550.46
HSL2.37º38%39.22%-
HSV(B)2.37º55.07%54.12%-
XYZ13.249.535.7-
YUV86.48114.18164.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=52.08%
G=24.53%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138656200.530.550.462.373839.22
Hex8A413E035372E22627
Octal21210176065675624647
Binary100010101000001111110011010111011110111010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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