#8A413A

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

Shades of Prairie Sand #8A413A

Tints of Prairie Sand #8A413A

Color information

#8A413A (or 0x8A413A) is unknown color: approx Prairie Sand. HEX triplet: 8A, 41 and 3A. RGB value is (138,65,58). Sum of RGB (Red+Green+Blue) = 138+65+58=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A413A is #75BEC5. Grayscale: #565656. Windows color (decimal): -7716550 or 3817866. OLE color: 3817866.

HSL color Cylindrical-coordinate representation of color #8A413A: hue angle of 5.25º 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 #8A413A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1386558-
CMYK00.530.580.46
HSL5.25º40.82%38.43%-
HSV(B)5.25º57.97%54.12%-
XYZ13.149.495.14-
YUV86.03112.18165.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.87%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 58 (23.05% from 255) = 22.22%
R=52.87%
G=24.90%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138655800.530.580.465.2540.8238.43
Hex8A413A0353A2E52926
Octal21210172065725655146
Binary1000101010000011110100110101111010101110101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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