Html Css Color HEX #90852D Lemon Ginger

📋 copy color: '#90852D'

red 144 ◦ green 133 ◦ blue 45

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

Shades of Lemon Ginger #90852D

Tints of Lemon Ginger #90852D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

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

R = 44.72%
G = 41.3%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90852D (or 0x90852D) is known color: Lemon Ginger. HEX triplet: 90, 85 and 2D. RGB value is (144,133,45). Sum of RGB (Red+Green+Blue) = 144+133+45=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90852D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90852D is #6F7AD2. Grayscale: #7E7E7E. Windows color (decimal): -7305939 or 2983312. OLE color: 2983312.

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

Color convert

RGB 144 133 45 -
CMYK 0 0.08 0.69 0.44
HSL 53.33º 0.52% 0.37% -
HSV(B) 53.33º 0.69% 0.56% -
XYZ 20.36 22.89 5.83 -
YUV 126.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 144 133 45 0 0.08 0.69 0.44 53.33 0.52 0.37
Hex 90 85 2D 0 8 45 2C 35 34 25
Octal 220 205 55 0 10 105 54 65 64 45
Binary 10010000 10000101 101101 0 1000 1000101 101100 110101 110100 100101

Color Harmonies of #90852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90852D

Black with #90852D

Text Example


Text Example

White with #90852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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