#93735A

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

Shades of Beaver #93735A

Tints of Beaver #93735A

Color information

#93735A (or 0x93735A) is unknown color: approx Beaver. HEX triplet: 93, 73 and 5A. RGB value is (147,115,90). Sum of RGB (Red+Green+Blue) = 147+115+90=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93735A is #6C8CA5. Grayscale: #797979. Windows color (decimal): -7113894 or 5927827. OLE color: 5927827.

HSL color Cylindrical-coordinate representation of color #93735A: hue angle of 26.32º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93735A is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB14711590-
CMYK00.220.390.42
HSL26.32º24.05%46.47%-
HSV(B)26.32º38.78%57.65%-
XYZ20.0119.212.32-
YUV121.72110.1146.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=41.76%
G=32.67%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471159000.220.390.4226.3224.0546.47
Hex93735A016272A1a182e
Octal2231631320264752323056
Binary10010011111001110110100101101001111010101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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