Html Css Color HEX #8A4923 Russet

📋 copy color: '#8A4923'

red 138 ◦ green 73 ◦ blue 35

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

Shades of Russet #8A4923

Tints of Russet #8A4923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.23%

R = 56.1%
G = 29.67%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#8A4923 (or 0x8A4923) is known color: Russet. HEX triplet: 8A, 49 and 23. RGB value is (138,73,35). Sum of RGB (Red+Green+Blue) = 138+73+35=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4923 is #75B6DC. Grayscale: #585858. Windows color (decimal): -7714525 or 2312586. OLE color: 2312586.

HSL color Cylindrical-coordinate representation of color #8A4923: hue angle of 22.14º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A4923 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 73 35 -
CMYK 0 0.47 0.75 0.46
HSL 22.14º 0.6% 0.34% -
HSV(B) 22.14º 0.75% 0.54% -
XYZ 13.17 10.29 2.88 -
YUV 88.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 138 73 35 0 0.47 0.75 0.46 22.14 0.6 0.34
Hex 8A 49 23 0 2F 4B 2E 16 3C 22
Octal 212 111 43 0 57 113 56 26 74 42
Binary 10001010 1001001 100011 0 101111 1001011 101110 10110 111100 100010

Color Harmonies of #8A4923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4923

Black with #8A4923

Text Example


Text Example

White with #8A4923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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