#90725C

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

Shades of Beaver #90725C

Tints of Beaver #90725C

Color information

#90725C (or 0x90725C) is unknown color: approx Beaver. HEX triplet: 90, 72 and 5C. RGB value is (144,114,92). Sum of RGB (Red+Green+Blue) = 144+114+92=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #90725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90725C is #6F8DA3. Grayscale: #787878. Windows color (decimal): -7310756 or 6058640. OLE color: 6058640.

HSL color Cylindrical-coordinate representation of color #90725C: hue angle of 25.38º 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 #90725C is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB14411492-
CMYK00.210.360.44
HSL25.38º22.03%46.27%-
HSV(B)25.38º36.11%56.47%-
XYZ19.4518.7412.72-
YUV120.46111.94144.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=41.14%
G=32.57%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441149200.210.360.4425.3822.0346.27
Hex90725C015242C19162e
Octal2201621340254454312656
Binary10010000111001010111000101011001001011001100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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