Html Css Color HEX #8B7365 Beaver

📋 copy color: '#8B7365'

red 139 ◦ green 115 ◦ blue 101

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

Shades of Beaver #8B7365

Tints of Beaver #8B7365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.45%

R = 39.15%
G = 32.39%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B7365 (or 0x8B7365) is known color: Beaver. HEX triplet: 8B, 73 and 65. RGB value is (139,115,101). Sum of RGB (Red+Green+Blue) = 139+115+101=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 101 (39.84% from 255 or 28.45% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7365 is #748C9A. Grayscale: #787878. Windows color (decimal): -7638171 or 6648715. OLE color: 6648715.

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

Color convert

RGB 139 115 101 -
CMYK 0 0.17 0.27 0.45
HSL 22.11º 0.16% 0.47% -
HSV(B) 22.11º 0.27% 0.55% -
XYZ 19.13 18.69 14.91 -
YUV 120.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 139 115 101 0 0.17 0.27 0.45 22.11 0.16 0.47
Hex 8B 73 65 0 11 1B 2D 16 10 2F
Octal 213 163 145 0 21 33 55 26 20 57
Binary 10001011 1110011 1100101 0 10001 11011 101101 10110 10000 101111

Color Harmonies of #8B7365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7365

Black with #8B7365

Text Example


Text Example

White with #8B7365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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