#93755C

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

Shades of Beaver #93755C

Tints of Beaver #93755C

Color information

#93755C (or 0x93755C) is unknown color: approx Beaver. HEX triplet: 93, 75 and 5C. RGB value is (147,117,92). Sum of RGB (Red+Green+Blue) = 147+117+92=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #93755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93755C is #6C8AA3. Grayscale: #7B7B7B. Windows color (decimal): -7113380 or 6059411. OLE color: 6059411.

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

Color convert

RGB14711792-
CMYK00.200.370.42
HSL27.27º23.01%46.86%-
HSV(B)27.27º37.41%57.65%-
XYZ20.3319.712.86-
YUV123.12110.44145.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 92 (36.33% from 255) = 25.84%
R=41.29%
G=32.87%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471179200.200.370.4227.2723.0146.86
Hex93755C014252A1b172f
Octal2231651340244552332757
Binary10010011111010110111000101001001011010101101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93755C; }

 p { color: rgb(147,117,92); }

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

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

 a { background-color: rgb(147,117,92); }

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

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

 span { border-color: rgb(147,117,92); }

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