#8B705C

Color #8B705C Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #8B705C

Tints of Beaver #8B705C

Color information

#8B705C (or 0x8B705C) is unknown color: approx Beaver. HEX triplet: 8B, 70 and 5C. RGB value is (139,112,92). Sum of RGB (Red+Green+Blue) = 139+112+92=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B705C is #748FA3. Grayscale: #757575. Windows color (decimal): -7638948 or 6058123. OLE color: 6058123.

HSL color Cylindrical-coordinate representation of color #8B705C: hue angle of 25.53º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B705C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB13911292-
CMYK00.190.340.45
HSL25.53º20.35%45.29%-
HSV(B)25.53º33.81%54.51%-
XYZ18.3717.8512.6-
YUV117.79113.45143.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 112 (44.14% from 255) = 32.65%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=40.52%
G=32.65%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391129200.190.340.4525.5320.3545.29
Hex8B705C013222D1a142d
Octal2131601340234255322455
Binary10001011111000010111000100111000101011011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,92); }

 H1.HeaderClassName
 {
   color: #8B705C;
 }
 .AnyTagClassName
 {
   color: #8B705C;
 }
</style>
background-color css

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

 a { background-color: rgb(139,112,92); }

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

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

 span { border-color: rgb(139,112,92); }

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