#8A423D

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

Shades of Prairie Sand #8A423D

Tints of Prairie Sand #8A423D

Color information

#8A423D (or 0x8A423D) is unknown color: approx Prairie Sand. HEX triplet: 8A, 42 and 3D. RGB value is (138,66,61). Sum of RGB (Red+Green+Blue) = 138+66+61=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A423D is #75BDC2. Grayscale: #575757. Windows color (decimal): -7716291 or 4014730. OLE color: 4014730.

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

Color convert

RGB1386661-
CMYK00.520.560.46
HSL3.9º38.69%39.02%-
HSV(B)3.9º55.8%54.12%-
XYZ13.279.645.58-
YUV86.96113.35164.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 52.08%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=52.08%
G=24.91%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138666100.520.560.463.938.6939.02
Hex8A423D034382E42727
Octal21210275064705644747
Binary1000101010000101111010110100111000101110100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,66,61); }

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

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

 a { background-color: rgb(138,66,61); }

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

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

 span { border-color: rgb(138,66,61); }

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