#8A4131

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

Shades of Prairie Sand #8A4131

Tints of Prairie Sand #8A4131

Color information

#8A4131 (or 0x8A4131) is unknown color: approx Prairie Sand. HEX triplet: 8A, 41 and 31. RGB value is (138,65,49). Sum of RGB (Red+Green+Blue) = 138+65+49=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4131 is #75BECE. Grayscale: #555555. Windows color (decimal): -7716559 or 3228042. OLE color: 3228042.

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

Color convert

RGB1386549-
CMYK00.530.640.46
HSL10.79º47.59%36.67%-
HSV(B)10.79º64.49%54.12%-
XYZ12.939.414.04-
YUV85107.68165.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.76%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 49 (19.53% from 255) = 19.44%
R=54.76%
G=25.79%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138654900.530.640.4610.7947.5936.67
Hex8A4131035402Eb3025
Octal2121016106510056136045
Binary100010101000001110001011010110000001011101011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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