Html Css Color HEX #90821E Lemon Ginger

📋 copy color: '#90821E'

red 144 ◦ green 130 ◦ blue 30

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

Shades of Lemon Ginger #90821E

Tints of Lemon Ginger #90821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 47.37%
G = 42.76%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90821E (or 0x90821E) is known color: Lemon Ginger. HEX triplet: 90, 82 and 1E. RGB value is (144,130,30). Sum of RGB (Red+Green+Blue) = 144+130+30=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90821E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90821E is #6F7DE1. Grayscale: #7B7B7B. Windows color (decimal): -7306722 or 1999504. OLE color: 1999504.

HSL color Cylindrical-coordinate representation of color #90821E: hue angle of 52.63º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90821E is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 130 30 -
CMYK 0 0.10 0.79 0.44
HSL 52.63º 0.66% 0.34% -
HSV(B) 52.63º 0.79% 0.56% -
XYZ 19.72 21.99 4.43 -
YUV 122.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 144 130 30 0 0.10 0.79 0.44 52.63 0.66 0.34
Hex 90 82 1E 0 A 4F 2C 35 42 22
Octal 220 202 36 0 12 117 54 65 102 42
Binary 10010000 10000010 11110 0 1010 1001111 101100 110101 1000010 100010

Color Harmonies of #90821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90821E

Black with #90821E

Text Example


Text Example

White with #90821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90821E; }

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

 H1.HeaderClassName
 {
   color: #90821E;
 }
 .AnyTagClassName
 {
   color: #90821E;
 }
</style>

background-color css

<style>
 a { background-color: #90821E; }

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

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

border-color css

<style>
 span { border-color: #90821E; }

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

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