#93705B

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

Shades of Beaver #93705B

Tints of Beaver #93705B

Color information

#93705B (or 0x93705B) is unknown color: approx Beaver. HEX triplet: 93, 70 and 5B. RGB value is (147,112,91). Sum of RGB (Red+Green+Blue) = 147+112+91=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #93705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93705B is #6C8FA4. Grayscale: #787878. Windows color (decimal): -7114661 or 5992595. OLE color: 5992595.

HSL color Cylindrical-coordinate representation of color #93705B: hue angle of 22.5º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93705B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14711291-
CMYK00.240.380.42
HSL22.5º23.53%46.67%-
HSV(B)22.5º38.1%57.65%-
XYZ19.7218.5512.44-
YUV120.07111.6147.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 112 (44.14% from 255) = 32%
BLUE value IS 91 (35.94% from 255) = 26%
R=42%
G=32%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471129100.240.380.4222.523.5346.67
Hex93705B018262A16182f
Octal2231601330304652263057
Binary10010011111000010110110110001001101010101011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93705B; }

 p { color: rgb(147,112,91); }

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

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

 a { background-color: rgb(147,112,91); }

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

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

 span { border-color: rgb(147,112,91); }

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