#8A3D2F

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

Shades of Prairie Sand #8A3D2F

Tints of Prairie Sand #8A3D2F

Color information

#8A3D2F (or 0x8A3D2F) is unknown color: approx Prairie Sand. HEX triplet: 8A, 3D and 2F. RGB value is (138,61,47). Sum of RGB (Red+Green+Blue) = 138+61+47=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3D2F is #75C2D0. Grayscale: #525252. Windows color (decimal): -7717585 or 3095946. OLE color: 3095946.

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

Color convert

RGB1386147-
CMYK00.560.660.46
HSL9.23º49.19%36.27%-
HSV(B)9.23º65.94%54.12%-
XYZ12.668.953.75-
YUV82.43108.01167.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.10%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=56.10%
G=24.80%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138614700.560.660.469.2349.1936.27
Hex8A3D2F038422E93124
Octal212755707010256116144
Binary10001010111101101111011100010000101011101001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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