#93735C

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

Shades of Beaver #93735C

Tints of Beaver #93735C

Color information

#93735C (or 0x93735C) is unknown color: approx Beaver. HEX triplet: 93, 73 and 5C. RGB value is (147,115,92). Sum of RGB (Red+Green+Blue) = 147+115+92=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #93735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93735C is #6C8CA3. Grayscale: #7A7A7A. Windows color (decimal): -7113892 or 6058899. OLE color: 6058899.

HSL color Cylindrical-coordinate representation of color #93735C: hue angle of 25.09º 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 #93735C is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14711592-
CMYK00.220.370.42
HSL25.09º23.01%46.86%-
HSV(B)25.09º37.41%57.65%-
XYZ20.119.2412.78-
YUV121.95111.1145.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 92 (36.33% from 255) = 25.99%
R=41.53%
G=32.49%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471159200.220.370.4225.0923.0146.86
Hex93735C016252A19172f
Octal2231631340264552312757
Binary10010011111001110111000101101001011010101100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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