#9A7259

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

Shades of Beaver #9A7259

Tints of Beaver #9A7259

Color information

#9A7259 (or 0x9A7259) is unknown color: approx Beaver. HEX triplet: 9A, 72 and 59. RGB value is (154,114,89). Sum of RGB (Red+Green+Blue) = 154+114+89=357 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.14% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7259 is #658DA6. Grayscale: #7B7B7B. Windows color (decimal): -6655399 or 5862042. OLE color: 5862042.

HSL color Cylindrical-coordinate representation of color #9A7259: hue angle of 23.08º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A7259 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB15411489-
CMYK00.260.420.40
HSL23.08º26.75%47.65%-
HSV(B)23.08º42.21%60.39%-
XYZ21.1519.6312.12-
YUV123.11108.75150.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.14%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 89 (35.16% from 255) = 24.93%
R=43.14%
G=31.93%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541148900.260.420.4023.0826.7547.65
Hex9A725901A2A28171b30
Octal2321621310325250273360
Binary10011010111001010110010110101010101010001011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7259; }

 p { color: rgb(154,114,89); }

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

<style>
 a { background-color: #9A7259; }

 a { background-color: rgb(154,114,89); }

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

<style>
 span { border-color: #9A7259; }

 span { border-color: rgb(154,114,89); }

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