Html Css Color HEX #8B7369 Beaver

📋 copy color: '#8B7369'

red 139 ◦ green 115 ◦ blue 105

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

Shades of Beaver #8B7369

Tints of Beaver #8B7369

RGB

 RED value IS 139 (54.69% from 255) = 38.72%

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

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

R = 38.72%
G = 32.03%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B7369 (or 0x8B7369) is known color: Beaver. HEX triplet: 8B, 73 and 69. RGB value is (139,115,105). Sum of RGB (Red+Green+Blue) = 139+115+105=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7369 is #748C96. Grayscale: #797979. Windows color (decimal): -7638167 or 6910859. OLE color: 6910859.

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

Color convert

RGB 139 115 105 -
CMYK 0 0.17 0.24 0.45
HSL 17.65º 0.14% 0.48% -
HSV(B) 17.65º 0.24% 0.55% -
XYZ 19.33 18.77 15.97 -
YUV 121.04 118.95 140.81 -
System Red Green Blue C M Y K H S L
Decimal 139 115 105 0 0.17 0.24 0.45 17.65 0.14 0.48
Hex 8B 73 69 0 11 18 2D 12 E 30
Octal 213 163 151 0 21 30 55 22 16 60
Binary 10001011 1110011 1101001 0 10001 11000 101101 10010 1110 110000

Color Harmonies of #8B7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7369

Black with #8B7369

Text Example


Text Example

White with #8B7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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