Html Css Color HEX #8A713E Shadow

📋 copy color: '#8A713E'

red 138 ◦ green 113 ◦ blue 62

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

Shades of Shadow #8A713E

Tints of Shadow #8A713E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.1%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 44.09%
G = 36.1%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#8A713E (or 0x8A713E) is known color: Shadow. HEX triplet: 8A, 71 and 3E. RGB value is (138,113,62). Sum of RGB (Red+Green+Blue) = 138+113+62=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A713E is #758EC1. Grayscale: #727272. Windows color (decimal): -7704258 or 4092298. OLE color: 4092298.

HSL color Cylindrical-coordinate representation of color #8A713E: hue angle of 40.26º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A713E is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 113 62 -
CMYK 0 0.18 0.55 0.46
HSL 40.26º 0.38% 0.39% -
HSV(B) 40.26º 0.55% 0.54% -
XYZ 17.26 17.56 7.04 -
YUV 114.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 138 113 62 0 0.18 0.55 0.46 40.26 0.38 0.39
Hex 8A 71 3E 0 12 37 2E 28 26 27
Octal 212 161 76 0 22 67 56 50 46 47
Binary 10001010 1110001 111110 0 10010 110111 101110 101000 100110 100111

Color Harmonies of #8A713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A713E

Black with #8A713E

Text Example


Text Example

White with #8A713E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,62); }

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

background-color css

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

 a { background-color: rgb(138,113,62); }

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

border-color css

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

 span { border-color: rgb(138,113,62); }

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