#90831B

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

Shades of Lemon Ginger #90831B

Tints of Lemon Ginger #90831B

Color information

#90831B (or 0x90831B) is unknown color: approx Lemon Ginger. HEX triplet: 90, 83 and 1B. RGB value is (144,131,27). Sum of RGB (Red+Green+Blue) = 144+131+27=302 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.68% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 144 - color contains mainly: red. Hex color #90831B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90831B is #6F7CE4. Grayscale: #7B7B7B. Windows color (decimal): -7306469 or 1803152. OLE color: 1803152.

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

Color convert

RGB14413127-
CMYK00.090.810.44
HSL53.33º68.42%33.53%-
HSV(B)53.33º81.25%56.47%-
XYZ19.8222.244.29-
YUV123.0373.81142.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 47.68%
GREEN value IS 131 (51.56% from 255) = 43.38%
BLUE value IS 27 (10.94% from 255) = 8.94%
R=47.68%
G=43.38%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441312700.090.810.4453.3368.4233.53
Hex90831B09512C354422
Octal22020333011121546510442
Binary1001000010000011110110100110100011011001101011000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90831B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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