#90831A

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

Shades of Lemon Ginger #90831A

Tints of Lemon Ginger #90831A

Color information

#90831A (or 0x90831A) is unknown color: approx Lemon Ginger. HEX triplet: 90, 83 and 1A. RGB value is (144,131,26). Sum of RGB (Red+Green+Blue) = 144+131+26=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 144 - color contains mainly: red. Hex color #90831A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90831A is #6F7CE5. Grayscale: #7B7B7B. Windows color (decimal): -7306470 or 1737616. OLE color: 1737616.

HSL color Cylindrical-coordinate representation of color #90831A: hue angle of 53.39º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90831A is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB14413126-
CMYK00.090.820.44
HSL53.39º69.41%33.33%-
HSV(B)53.39º81.94%56.47%-
XYZ19.822.244.23-
YUV122.9273.31143.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.84%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=47.84%
G=43.52%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441312600.090.820.4453.3969.4133.33
Hex90831A09522C354521
Octal22020332011122546510541
Binary1001000010000011110100100110100101011001101011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90831A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90831A; }

 p { color: rgb(144,131,26); }

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

<style>
 a { background-color: #90831A; }

 a { background-color: rgb(144,131,26); }

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

<style>
 span { border-color: #90831A; }

 span { border-color: rgb(144,131,26); }

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