#937760

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

Shades of Beaver #937760

Tints of Beaver #937760

Color information

#937760 (or 0x937760) is unknown color: approx Beaver. HEX triplet: 93, 77 and 60. RGB value is (147,119,96). Sum of RGB (Red+Green+Blue) = 147+119+96=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #937760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937760 is #6C889F. Grayscale: #7C7C7C. Windows color (decimal): -7112864 or 6322067. OLE color: 6322067.

HSL color Cylindrical-coordinate representation of color #937760: hue angle of 27.06º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #937760 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB14711996-
CMYK00.190.350.42
HSL27.06º20.99%47.65%-
HSV(B)27.06º34.69%57.65%-
XYZ20.7420.2413.88-
YUV124.75111.78143.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.61%
GREEN value IS 119 (46.88% from 255) = 32.87%
BLUE value IS 96 (37.89% from 255) = 26.52%
R=40.61%
G=32.87%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471199600.190.350.4227.0620.9947.65
Hex937760013232A1b1530
Octal2231671400234352332560
Binary10010011111011111000000100111000111010101101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937760; }

 p { color: rgb(147,119,96); }

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

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

 a { background-color: rgb(147,119,96); }

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

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

 span { border-color: rgb(147,119,96); }

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