#90715b

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

Shades of Beaver #90715B

Tints of Beaver #90715B

Color information

#90715B (or 0x90715B) is unknown color: approx Beaver. HEX triplet: 90, 71 and 5B. RGB value is (144,113,91). Sum of RGB (Red+Green+Blue) = 144+113+91=348 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.38% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 144 - color contains mainly: red. Hex color #90715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90715B is #6F8EA4. Grayscale: #777777. Windows color (decimal): -7311013 or 5992848. OLE color: 5992848.

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

Color convert

RGB14411391-
CMYK00.220.370.44
HSL24.91º22.55%46.08%-
HSV(B)24.91º36.81%56.47%-
XYZ19.318.4912.45-
YUV119.76111.77145.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.38%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=41.38%
G=32.47%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441139100.220.370.4424.9122.5546.08
Hex90715B016252C19172e
Octal2201611330264554312756
Binary10010000111000110110110101101001011011001100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90715b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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