#90845D

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

Shades of Granite Green #90845D

Tints of Granite Green #90845D

Color information

#90845D (or 0x90845D) is unknown color: approx Granite Green. HEX triplet: 90, 84 and 5D. RGB value is (144,132,93). Sum of RGB (Red+Green+Blue) = 144+132+93=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #90845D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90845D is #6F7BA2. Grayscale: #838383. Windows color (decimal): -7306147 or 6128784. OLE color: 6128784.

HSL color Cylindrical-coordinate representation of color #90845D: hue angle of 45.88º 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 #90845D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14413293-
CMYK00.080.350.44
HSL45.88º21.52%46.47%-
HSV(B)45.88º35.42%56.47%-
XYZ21.7323.2213.69-
YUV131.14106.48137.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=39.02%
G=35.77%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441329300.080.350.4445.8821.5246.47
Hex90845D08232C2e162e
Octal2202041350104354562656
Binary100100001000010010111010100010001110110010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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