Html Css Color HEX #90822D Lemon Ginger

📋 copy color: '#90822D'

red 144 ◦ green 130 ◦ blue 45

#90822D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #90822D

Tints of Lemon Ginger #90822D

RGB

 RED value IS 144 (56.64% from 255) = 45.14%

 GREEN value IS 130 (51.17% from 255) = 40.75%

 BLUE value IS 45 (17.97% from 255) = 14.11%

R = 45.14%
G = 40.75%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90822D (or 0x90822D) is known color: Lemon Ginger. HEX triplet: 90, 82 and 2D. RGB value is (144,130,45). Sum of RGB (Red+Green+Blue) = 144+130+45=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #90822D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90822D is #6F7DD2. Grayscale: #7C7C7C. Windows color (decimal): -7306707 or 2982544. OLE color: 2982544.

HSL color Cylindrical-coordinate representation of color #90822D: hue angle of 51.52º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90822D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 45 -
CMYK 0 0.10 0.69 0.44
HSL 51.52º 0.52% 0.37% -
HSV(B) 51.52º 0.69% 0.56% -
XYZ 19.96 22.08 5.69 -
YUV 124.5 83.14 141.91 -
System Red Green Blue C M Y K H S L
Decimal 144 130 45 0 0.10 0.69 0.44 51.52 0.52 0.37
Hex 90 82 2D 0 A 45 2C 34 34 25
Octal 220 202 55 0 12 105 54 64 64 45
Binary 10010000 10000010 101101 0 1010 1000101 101100 110100 110100 100101

Color Harmonies of #90822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90822D

Black with #90822D

Text Example


Text Example

White with #90822D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,130,45); }

 H1.HeaderClassName
 {
   color: #90822D;
 }
 .AnyTagClassName
 {
   color: #90822D;
 }
</style>

background-color css

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

 a { background-color: rgb(144,130,45); }

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

border-color css

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

 span { border-color: rgb(144,130,45); }

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