#8B725F

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

Shades of Beaver #8B725F

Tints of Beaver #8B725F

Color information

#8B725F (or 0x8B725F) is unknown color: approx Beaver. HEX triplet: 8B, 72 and 5F. RGB value is (139,114,95). Sum of RGB (Red+Green+Blue) = 139+114+95=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B725F is #748DA0. Grayscale: #777777. Windows color (decimal): -7638433 or 6255243. OLE color: 6255243.

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

Color convert

RGB13911495-
CMYK00.180.320.45
HSL25.91º18.8%45.88%-
HSV(B)25.91º31.65%54.51%-
XYZ18.7318.3513.38-
YUV119.31114.28142.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=39.94%
G=32.76%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391149500.180.320.4525.9118.845.88
Hex8B725F012202D1a132e
Octal2131621370224055322356
Binary10001011111001010111110100101000001011011101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,114,95); }

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

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

 a { background-color: rgb(139,114,95); }

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

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

 span { border-color: rgb(139,114,95); }

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