#90715D

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

Shades of Beaver #90715D

Tints of Beaver #90715D

Color information

#90715D (or 0x90715D) is unknown color: approx Beaver. HEX triplet: 90, 71 and 5D. RGB value is (144,113,93). Sum of RGB (Red+Green+Blue) = 144+113+93=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90715D is #6F8EA2. Grayscale: #787878. Windows color (decimal): -7311011 or 6123920. OLE color: 6123920.

HSL color Cylindrical-coordinate representation of color #90715D: hue angle of 23.53º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90715D is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14411393-
CMYK00.220.350.44
HSL23.53º21.52%46.47%-
HSV(B)23.53º35.42%56.47%-
XYZ19.3818.5312.91-
YUV119.99112.77145.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=41.14%
G=32.29%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441139300.220.350.4423.5321.5246.47
Hex90715D016232C18162e
Octal2201611350264354302656
Binary10010000111000110111010101101000111011001100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90715D; }

 p { color: rgb(144,113,93); }

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

<style>
 a { background-color: #90715D; }

 a { background-color: rgb(144,113,93); }

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

<style>
 span { border-color: #90715D; }

 span { border-color: rgb(144,113,93); }

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