#9C7057

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

Shades of Beaver #9C7057

Tints of Beaver #9C7057

Color information

#9C7057 (or 0x9C7057) is unknown color: approx Beaver. HEX triplet: 9C, 70 and 57. RGB value is (156,112,87). Sum of RGB (Red+Green+Blue) = 156+112+87=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7057 is #638FA8. Grayscale: #7A7A7A. Windows color (decimal): -6524841 or 5730460. OLE color: 5730460.

HSL color Cylindrical-coordinate representation of color #9C7057: hue angle of 21.74º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C7057 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB15611287-
CMYK00.280.440.39
HSL21.74º28.4%47.65%-
HSV(B)21.74º44.23%61.18%-
XYZ21.2219.3411.63-
YUV122.31108.08152.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.94%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=43.94%
G=31.55%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561128700.280.440.3921.7428.447.65
Hex9C705701C2C27161c30
Octal2341601270345447263460
Binary10011100111000010101110111001011001001111011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,87); }

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

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

 a { background-color: rgb(156,112,87); }

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

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

 span { border-color: rgb(156,112,87); }

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