#90745C

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

Shades of Beaver #90745C

Tints of Beaver #90745C

Color information

#90745C (or 0x90745C) is unknown color: approx Beaver. HEX triplet: 90, 74 and 5C. RGB value is (144,116,92). Sum of RGB (Red+Green+Blue) = 144+116+92=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90745C is #6F8BA3. Grayscale: #797979. Windows color (decimal): -7310244 or 6059152. OLE color: 6059152.

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

Color convert

RGB14411692-
CMYK00.190.360.44
HSL27.69º22.03%46.27%-
HSV(B)27.69º36.11%56.47%-
XYZ19.6819.1912.79-
YUV121.64111.28143.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 92 (36.33% from 255) = 26.14%
R=40.91%
G=32.95%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441169200.190.360.4427.6922.0346.27
Hex90745C013242C1c162e
Octal2201641340234454342656
Binary10010000111010010111000100111001001011001110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90745C; }

 p { color: rgb(144,116,92); }

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

<style>
 a { background-color: #90745C; }

 a { background-color: rgb(144,116,92); }

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

<style>
 span { border-color: #90745C; }

 span { border-color: rgb(144,116,92); }

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