#8B7267

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

Shades of Beaver #8B7267

Tints of Beaver #8B7267

Color information

#8B7267 (or 0x8B7267) is unknown color: approx Beaver. HEX triplet: 8B, 72 and 67. RGB value is (139,114,103). Sum of RGB (Red+Green+Blue) = 139+114+103=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7267 is #748D98. Grayscale: #787878. Windows color (decimal): -7638425 or 6779531. OLE color: 6779531.

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

Color convert

RGB139114103-
CMYK00.180.260.45
HSL18.33º14.88%47.45%-
HSV(B)18.33º25.9%54.51%-
XYZ19.1118.515.4-
YUV120.22118.28141.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=39.04%
G=32.02%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911410300.180.260.4518.3314.8847.45
Hex8B72670121A2D12f2f
Octal2131621470223255221757
Binary100010111110010110011101001011010101101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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