Html Css Color HEX #908413 Lemon Ginger

📋 copy color: '#908413'

red 144 ◦ green 132 ◦ blue 19

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

Shades of Lemon Ginger #908413

Tints of Lemon Ginger #908413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.75%

 BLUE value IS 19 (7.81% from 255) = 6.44%

R = 48.81%
G = 44.75%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#908413 (or 0x908413) is known color: Lemon Ginger. HEX triplet: 90, 84 and 13. RGB value is (144,132,19). Sum of RGB (Red+Green+Blue) = 144+132+19=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #908413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908413 is #6F7BEC. Grayscale: #7B7B7B. Windows color (decimal): -7306221 or 1279120. OLE color: 1279120.

HSL color Cylindrical-coordinate representation of color #908413: hue angle of 54.24º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #908413 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 132 19 -
CMYK 0 0.08 0.87 0.44
HSL 54.24º 0.77% 0.32% -
HSV(B) 54.24º 0.87% 0.56% -
XYZ 19.87 22.48 3.91 -
YUV 122.71 69.48 143.19 -
System Red Green Blue C M Y K H S L
Decimal 144 132 19 0 0.08 0.87 0.44 54.24 0.77 0.32
Hex 90 84 13 0 8 57 2C 36 4D 20
Octal 220 204 23 0 10 127 54 66 115 40
Binary 10010000 10000100 10011 0 1000 1010111 101100 110110 1001101 100000

Color Harmonies of #908413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908413

Black with #908413

Text Example


Text Example

White with #908413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908413; }

 p { color: rgb(144,132,19); }

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

background-color css

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

 a { background-color: rgb(144,132,19); }

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

border-color css

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

 span { border-color: rgb(144,132,19); }

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