#8A7067

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

Shades of Beaver #8A7067

Tints of Beaver #8A7067

Color information

#8A7067 (or 0x8A7067) is unknown color: approx Beaver. HEX triplet: 8A, 70 and 67. RGB value is (138,112,103). Sum of RGB (Red+Green+Blue) = 138+112+103=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7067 is #758F98. Grayscale: #767676. Windows color (decimal): -7704473 or 6779018. OLE color: 6779018.

HSL color Cylindrical-coordinate representation of color #8A7067: hue angle of 15.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A7067 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138112103-
CMYK00.190.250.46
HSL15.43º14.52%47.25%-
HSV(B)15.43º25.36%54.12%-
XYZ18.7217.9715.31-
YUV118.75119.11141.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.09%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=39.09%
G=31.73%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811210300.190.250.4615.4314.5247.25
Hex8A7067013192Eff2f
Octal2121601470233156171757
Binary10001010111000011001110100111100110111011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,112,103); }

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

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

 a { background-color: rgb(138,112,103); }

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

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

 span { border-color: rgb(138,112,103); }

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