#8A7264

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

Shades of Beaver #8A7264

Tints of Beaver #8A7264

Color information

#8A7264 (or 0x8A7264) is unknown color: approx Beaver. HEX triplet: 8A, 72 and 64. RGB value is (138,114,100). Sum of RGB (Red+Green+Blue) = 138+114+100=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7264 is #758D9B. Grayscale: #777777. Windows color (decimal): -7703964 or 6582922. OLE color: 6582922.

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

Color convert

RGB138114100-
CMYK00.170.280.46
HSL22.11º15.97%46.67%-
HSV(B)22.11º27.54%54.12%-
XYZ18.818.3614.61-
YUV119.58116.95141.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.20%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=39.20%
G=32.39%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811410000.170.280.4622.1115.9746.67
Hex8A72640111C2E16102f
Octal2121621440213456262057
Binary1000101011100101100100010001111001011101011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,100); }

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

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

 a { background-color: rgb(138,114,100); }

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

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

 span { border-color: rgb(138,114,100); }

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