#93765E

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

Shades of Beaver #93765E

Tints of Beaver #93765E

Color information

#93765E (or 0x93765E) is unknown color: approx Beaver. HEX triplet: 93, 76 and 5E. RGB value is (147,118,94). Sum of RGB (Red+Green+Blue) = 147+118+94=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93765E is #6C89A1. Grayscale: #7C7C7C. Windows color (decimal): -7113122 or 6190739. OLE color: 6190739.

HSL color Cylindrical-coordinate representation of color #93765E: hue angle of 27.17º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93765E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14711894-
CMYK00.200.360.42
HSL27.17º21.99%47.25%-
HSV(B)27.17º36.05%57.65%-
XYZ20.5319.9713.36-
YUV123.94111.11144.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=40.95%
G=32.87%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471189400.200.360.4227.1721.9947.25
Hex93765E014242A1b162f
Octal2231661360244452332657
Binary10010011111011010111100101001001001010101101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93765E; }

 p { color: rgb(147,118,94); }

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

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

 a { background-color: rgb(147,118,94); }

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

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

 span { border-color: rgb(147,118,94); }

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