Html Css Color HEX #8A705E Beaver

📋 copy color: '#8A705E'

red 138 ◦ green 112 ◦ blue 94

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

Shades of Beaver #8A705E

Tints of Beaver #8A705E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 40.12%
G = 32.56%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A705E (or 0x8A705E) is known color: Beaver. HEX triplet: 8A, 70 and 5E. RGB value is (138,112,94). Sum of RGB (Red+Green+Blue) = 138+112+94=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A705E is #758FA1. Grayscale: #757575. Windows color (decimal): -7704482 or 6189194. OLE color: 6189194.

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

Color convert

RGB 138 112 94 -
CMYK 0 0.19 0.32 0.46
HSL 24.55º 0.19% 0.45% -
HSV(B) 24.55º 0.32% 0.54% -
XYZ 18.3 17.8 13.06 -
YUV 117.72 114.61 142.46 -
System Red Green Blue C M Y K H S L
Decimal 138 112 94 0 0.19 0.32 0.46 24.55 0.19 0.45
Hex 8A 70 5E 0 13 20 2E 19 13 2D
Octal 212 160 136 0 23 40 56 31 23 55
Binary 10001010 1110000 1011110 0 10011 100000 101110 11001 10011 101101

Color Harmonies of #8A705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A705E

Black with #8A705E

Text Example


Text Example

White with #8A705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,94); }

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

background-color css

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

 a { background-color: rgb(138,112,94); }

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

border-color css

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

 span { border-color: rgb(138,112,94); }

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