Html Css Color HEX #907C1E Lemon Ginger

📋 copy color: '#907C1E'

red 144 ◦ green 124 ◦ blue 30

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

Shades of Lemon Ginger #907C1E

Tints of Lemon Ginger #907C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.61%

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

R = 48.32%
G = 41.61%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#907C1E (or 0x907C1E) is known color: Lemon Ginger. HEX triplet: 90, 7C and 1E. RGB value is (144,124,30). Sum of RGB (Red+Green+Blue) = 144+124+30=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #907C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907C1E is #6F83E1. Grayscale: #777777. Windows color (decimal): -7308258 or 1997968. OLE color: 1997968.

HSL color Cylindrical-coordinate representation of color #907C1E: hue angle of 49.47º 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 #907C1E is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 124 30 -
CMYK 0 0.14 0.79 0.44
HSL 49.47º 0.66% 0.34% -
HSV(B) 49.47º 0.79% 0.56% -
XYZ 18.94 20.44 4.17 -
YUV 119.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 144 124 30 0 0.14 0.79 0.44 49.47 0.66 0.34
Hex 90 7C 1E 0 E 4F 2C 31 42 22
Octal 220 174 36 0 16 117 54 61 102 42
Binary 10010000 1111100 11110 0 1110 1001111 101100 110001 1000010 100010

Color Harmonies of #907C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C1E

Black with #907C1E

Text Example


Text Example

White with #907C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #907C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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