#8a4f1d

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

Shades of Russet #8A4F1D

Tints of Russet #8A4F1D

Color information

#8A4F1D (or 0x8A4F1D) is unknown color: approx Russet. HEX triplet: 8A, 4F and 1D. RGB value is (138,79,29). Sum of RGB (Red+Green+Blue) = 138+79+29=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4F1D is #75B0E2. Grayscale: #5B5B5B. Windows color (decimal): -7712995 or 1920906. OLE color: 1920906.

HSL color Cylindrical-coordinate representation of color #8A4F1D: hue angle of 27.52º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A4F1D is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB1387929-
CMYK00.430.790.46
HSL27.52º65.27%32.75%-
HSV(B)27.52º78.99%54.12%-
XYZ13.511.082.59-
YUV90.9493.05161.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 56.10%
GREEN value IS 79 (31.25% from 255) = 32.11%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=56.10%
G=32.11%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138792900.430.790.4627.5265.2732.75
Hex8A4F1D02B4F2E1c4121
Octal21211735053117563410141
Binary1000101010011111110101010111001111101110111001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a4f1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,29); }

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

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

 a { background-color: rgb(138,79,29); }

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

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

 span { border-color: rgb(138,79,29); }

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