Html Css Color HEX #8A7949 Shadow

📋 copy color: '#8A7949'

red 138 ◦ green 121 ◦ blue 73

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

Shades of Shadow #8A7949

Tints of Shadow #8A7949

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 41.57%
G = 36.45%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A7949 (or 0x8A7949) is known color: Shadow. HEX triplet: 8A, 79 and 49. RGB value is (138,121,73). Sum of RGB (Red+Green+Blue) = 138+121+73=332 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.57% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7949 is #7586B6. Grayscale: #787878. Windows color (decimal): -7702199 or 4815242. OLE color: 4815242.

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

Color convert

RGB 138 121 73 -
CMYK 0 0.12 0.47 0.46
HSL 44.31º 0.31% 0.41% -
HSV(B) 44.31º 0.47% 0.54% -
XYZ 18.52 19.56 9.1 -
YUV 120.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 138 121 73 0 0.12 0.47 0.46 44.31 0.31 0.41
Hex 8A 79 49 0 C 2F 2E 2C 1F 29
Octal 212 171 111 0 14 57 56 54 37 51
Binary 10001010 1111001 1001001 0 1100 101111 101110 101100 11111 101001

Color Harmonies of #8A7949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7949

Black with #8A7949

Text Example


Text Example

White with #8A7949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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