Html Css Color HEX #8B7368 Beaver

📋 copy color: '#8B7368'

red 139 ◦ green 115 ◦ blue 104

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

Shades of Beaver #8B7368

Tints of Beaver #8B7368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 38.83%
G = 32.12%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B7368 (or 0x8B7368) is known color: Beaver. HEX triplet: 8B, 73 and 68. RGB value is (139,115,104). Sum of RGB (Red+Green+Blue) = 139+115+104=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7368 is #748C97. Grayscale: #787878. Windows color (decimal): -7638168 or 6845323. OLE color: 6845323.

HSL color Cylindrical-coordinate representation of color #8B7368: hue angle of 18.86º 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 #8B7368 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 115 104 -
CMYK 0 0.17 0.25 0.45
HSL 18.86º 0.14% 0.48% -
HSV(B) 18.86º 0.25% 0.55% -
XYZ 19.28 18.75 15.7 -
YUV 120.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 139 115 104 0 0.17 0.25 0.45 18.86 0.14 0.48
Hex 8B 73 68 0 11 19 2D 13 E 30
Octal 213 163 150 0 21 31 55 23 16 60
Binary 10001011 1110011 1101000 0 10001 11001 101101 10011 1110 110000

Color Harmonies of #8B7368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7368

Black with #8B7368

Text Example


Text Example

White with #8B7368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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