#9A7258

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

Shades of Beaver #9A7258

Tints of Beaver #9A7258

Color information

#9A7258 (or 0x9A7258) is unknown color: approx Beaver. HEX triplet: 9A, 72 and 58. RGB value is (154,114,88). Sum of RGB (Red+Green+Blue) = 154+114+88=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7258 is #658DA7. Grayscale: #7B7B7B. Windows color (decimal): -6655400 or 5796506. OLE color: 5796506.

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

Color convert

RGB15411488-
CMYK00.260.430.40
HSL23.64º27.27%47.45%-
HSV(B)23.64º42.86%60.39%-
XYZ21.1119.6111.91-
YUV123108.25150.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.26%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 88 (34.77% from 255) = 24.72%
R=43.26%
G=32.02%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541148800.260.430.4023.6427.2747.45
Hex9A725801A2B28181b2f
Octal2321621300325350303357
Binary10011010111001010110000110101010111010001100011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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