Html Css Color HEX #8A7369 Beaver

📋 copy color: '#8A7369'

red 138 ◦ green 115 ◦ blue 105

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

Shades of Beaver #8A7369

Tints of Beaver #8A7369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 105 (41.41% from 255) = 29.33%

R = 38.55%
G = 32.12%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#8A7369 (or 0x8A7369) is known color: Beaver. HEX triplet: 8A, 73 and 69. RGB value is (138,115,105). Sum of RGB (Red+Green+Blue) = 138+115+105=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7369 is #758C96. Grayscale: #787878. Windows color (decimal): -7703703 or 6910858. OLE color: 6910858.

HSL color Cylindrical-coordinate representation of color #8A7369: hue angle of 18.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A7369 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 115 105 -
CMYK 0 0.17 0.24 0.46
HSL 18.18º 0.14% 0.48% -
HSV(B) 18.18º 0.24% 0.54% -
XYZ 19.16 18.68 15.96 -
YUV 120.74 119.12 140.31 -
System Red Green Blue C M Y K H S L
Decimal 138 115 105 0 0.17 0.24 0.46 18.18 0.14 0.48
Hex 8A 73 69 0 11 18 2E 12 E 30
Octal 212 163 151 0 21 30 56 22 16 60
Binary 10001010 1110011 1101001 0 10001 11000 101110 10010 1110 110000

Color Harmonies of #8A7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7369

Black with #8A7369

Text Example


Text Example

White with #8A7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,115,105); }

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

background-color css

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

 a { background-color: rgb(138,115,105); }

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

border-color css

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

 span { border-color: rgb(138,115,105); }

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