#907A46

Color #907A46 Shadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow #907A46

Tints of Shadow #907A46

Color information

#907A46 (or 0x907A46) is unknown color: approx Shadow. HEX triplet: 90, 7A and 46. RGB value is (144,122,70). Sum of RGB (Red+Green+Blue) = 144+122+70=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #907A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907A46 is #6F85B9. Grayscale: #7A7A7A. Windows color (decimal): -7308730 or 4618896. OLE color: 4618896.

HSL color Cylindrical-coordinate representation of color #907A46: hue angle of 42.16º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #907A46 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB14412270-
CMYK00.150.510.44
HSL42.16º34.58%41.96%-
HSV(B)42.16º51.39%56.47%-
XYZ19.5720.298.68-
YUV122.6598.29143.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=42.86%
G=36.31%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441227000.150.510.4442.1634.5841.96
Hex907A460F332C2a232a
Octal2201721060176354524352
Binary100100001111010100011001111110011101100101010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907A46; }

 p { color: rgb(144,122,70); }

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

<style>
 a { background-color: #907A46; }

 a { background-color: rgb(144,122,70); }

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

<style>
 span { border-color: #907A46; }

 span { border-color: rgb(144,122,70); }

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