Html Css Color HEX #8A4920 Russet

📋 copy color: '#8A4920'

red 138 ◦ green 73 ◦ blue 32

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

Shades of Russet #8A4920

Tints of Russet #8A4920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 56.79%
G = 30.04%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#8A4920 (or 0x8A4920) is known color: Russet. HEX triplet: 8A, 49 and 20. RGB value is (138,73,32). Sum of RGB (Red+Green+Blue) = 138+73+32=243 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.79% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4920 is #75B6DF. Grayscale: #575757. Windows color (decimal): -7714528 or 2115978. OLE color: 2115978.

HSL color Cylindrical-coordinate representation of color #8A4920: hue angle of 23.21º 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 #8A4920 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 73 32 -
CMYK 0 0.47 0.77 0.46
HSL 23.21º 0.62% 0.33% -
HSV(B) 23.21º 0.77% 0.54% -
XYZ 13.12 10.27 2.66 -
YUV 87.76 96.53 163.83 -
System Red Green Blue C M Y K H S L
Decimal 138 73 32 0 0.47 0.77 0.46 23.21 0.62 0.33
Hex 8A 49 20 0 2F 4D 2E 17 3E 21
Octal 212 111 40 0 57 115 56 27 76 41
Binary 10001010 1001001 100000 0 101111 1001101 101110 10111 111110 100001

Color Harmonies of #8A4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4920

Black with #8A4920

Text Example


Text Example

White with #8A4920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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