#93725B

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

Shades of Beaver #93725B

Tints of Beaver #93725B

Color information

#93725B (or 0x93725B) is unknown color: approx Beaver. HEX triplet: 93, 72 and 5B. RGB value is (147,114,91). Sum of RGB (Red+Green+Blue) = 147+114+91=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93725B is #6C8DA4. Grayscale: #797979. Windows color (decimal): -7114149 or 5993107. OLE color: 5993107.

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

Color convert

RGB14711491-
CMYK00.220.380.42
HSL24.64º23.53%46.67%-
HSV(B)24.64º38.1%57.65%-
XYZ19.9418.9912.51-
YUV121.24110.93146.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=41.76%
G=32.39%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471149100.220.380.4224.6423.5346.67
Hex93725B016262A19182f
Octal2231621330264652313057
Binary10010011111001010110110101101001101010101100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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