Html Css Color HEX #8C7369 Beaver

📋 copy color: '#8C7369'

red 140 ◦ green 115 ◦ blue 105

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

Shades of Beaver #8C7369

Tints of Beaver #8C7369

RGB

 RED value IS 140 (55.08% from 255) = 38.89%

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

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

R = 38.89%
G = 31.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8C7369 (or 0x8C7369) is known color: Beaver. HEX triplet: 8C, 73 and 69. RGB value is (140,115,105). Sum of RGB (Red+Green+Blue) = 140+115+105=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7369 is #738C96. Grayscale: #797979. Windows color (decimal): -7572631 or 6910860. OLE color: 6910860.

HSL color Cylindrical-coordinate representation of color #8C7369: hue angle of 17.14º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C7369 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 115 105 -
CMYK 0 0.18 0.25 0.45
HSL 17.14º 0.14% 0.48% -
HSV(B) 17.14º 0.25% 0.55% -
XYZ 19.5 18.86 15.98 -
YUV 121.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 140 115 105 0 0.18 0.25 0.45 17.14 0.14 0.48
Hex 8C 73 69 0 12 19 2D 11 E 30
Octal 214 163 151 0 22 31 55 21 16 60
Binary 10001100 1110011 1101001 0 10010 11001 101101 10001 1110 110000

Color Harmonies of #8C7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7369

Black with #8C7369

Text Example


Text Example

White with #8C7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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