Html Css Color HEX #8A4C20 Russet

📋 copy color: '#8A4C20'

red 138 ◦ green 76 ◦ blue 32

#8A4C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russet #8A4C20

Tints of Russet #8A4C20

RGB

 RED value IS 138 (54.3% from 255) = 56.1%

 GREEN value IS 76 (30.08% from 255) = 30.89%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 56.1%
G = 30.89%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A4C20 (or 0x8A4C20) is known color: Russet. HEX triplet: 8A, 4C and 20. RGB value is (138,76,32). Sum of RGB (Red+Green+Blue) = 138+76+32=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C20 is #75B3DF. Grayscale: #595959. Windows color (decimal): -7713760 or 2116746. OLE color: 2116746.

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

Color convert

RGB 138 76 32 -
CMYK 0 0.45 0.77 0.46
HSL 24.91º 0.62% 0.33% -
HSV(B) 24.91º 0.77% 0.54% -
XYZ 13.33 10.68 2.72 -
YUV 89.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 138 76 32 0 0.45 0.77 0.46 24.91 0.62 0.33
Hex 8A 4C 20 0 2D 4D 2E 19 3E 21
Octal 212 114 40 0 55 115 56 31 76 41
Binary 10001010 1001100 100000 0 101101 1001101 101110 11001 111110 100001

Color Harmonies of #8A4C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4C20

Black with #8A4C20

Text Example


Text Example

White with #8A4C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,76,32); }

 H1.HeaderClassName
 {
   color: #8A4C20;
 }
 .AnyTagClassName
 {
   color: #8A4C20;
 }
</style>

background-color css

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

 a { background-color: rgb(138,76,32); }

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

border-color css

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

 span { border-color: rgb(138,76,32); }

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