#90841D

Color #90841D Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #90841D

Tints of Lemon Ginger #90841D

Color information

#90841D (or 0x90841D) is unknown color: approx Lemon Ginger. HEX triplet: 90, 84 and 1D. RGB value is (144,132,29). Sum of RGB (Red+Green+Blue) = 144+132+29=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90841D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90841D is #6F7BE2. Grayscale: #7C7C7C. Windows color (decimal): -7306211 or 1934480. OLE color: 1934480.

HSL color Cylindrical-coordinate representation of color #90841D: hue angle of 53.74º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90841D is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB14413229-
CMYK00.080.800.44
HSL53.74º66.47%33.92%-
HSV(B)53.74º79.86%56.47%-
XYZ19.9722.524.46-
YUV123.8574.48142.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.21%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=47.21%
G=43.28%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441322900.080.800.4453.7466.4733.92
Hex90841D08502C364222
Octal22020435010120546610242
Binary1001000010000100111010100010100001011001101101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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