Html Css Color HEX #90832D Lemon Ginger

📋 copy color: '#90832D'

red 144 ◦ green 131 ◦ blue 45

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

Shades of Lemon Ginger #90832D

Tints of Lemon Ginger #90832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.94%

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

R = 45%
G = 40.94%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90832D (or 0x90832D) is known color: Lemon Ginger. HEX triplet: 90, 83 and 2D. RGB value is (144,131,45). Sum of RGB (Red+Green+Blue) = 144+131+45=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90832D is #6F7CD2. Grayscale: #7D7D7D. Windows color (decimal): -7306451 or 2982800. OLE color: 2982800.

HSL color Cylindrical-coordinate representation of color #90832D: hue angle of 52.12º 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 #90832D is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 45 -
CMYK 0 0.09 0.69 0.44
HSL 52.12º 0.52% 0.37% -
HSV(B) 52.12º 0.69% 0.56% -
XYZ 20.09 22.35 5.74 -
YUV 125.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 144 131 45 0 0.09 0.69 0.44 52.12 0.52 0.37
Hex 90 83 2D 0 9 45 2C 34 34 25
Octal 220 203 55 0 11 105 54 64 64 45
Binary 10010000 10000011 101101 0 1001 1000101 101100 110100 110100 100101

Color Harmonies of #90832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90832D

Black with #90832D

Text Example


Text Example

White with #90832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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