Html Css Color HEX #907C31 Lemon Ginger

📋 copy color: '#907C31'

red 144 ◦ green 124 ◦ blue 49

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

Shades of Lemon Ginger #907C31

Tints of Lemon Ginger #907C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 45.43%
G = 39.12%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#907C31 (or 0x907C31) is known color: Lemon Ginger. HEX triplet: 90, 7C and 31. RGB value is (144,124,49). Sum of RGB (Red+Green+Blue) = 144+124+49=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #907C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907C31 is #6F83CE. Grayscale: #797979. Windows color (decimal): -7308239 or 3243152. OLE color: 3243152.

HSL color Cylindrical-coordinate representation of color #907C31: hue angle of 47.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #907C31 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 124 49 -
CMYK 0 0.14 0.66 0.44
HSL 47.37º 0.49% 0.38% -
HSV(B) 47.37º 0.66% 0.56% -
XYZ 19.26 20.57 5.86 -
YUV 121.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 144 124 49 0 0.14 0.66 0.44 47.37 0.49 0.38
Hex 90 7C 31 0 E 42 2C 2F 31 26
Octal 220 174 61 0 16 102 54 57 61 46
Binary 10010000 1111100 110001 0 1110 1000010 101100 101111 110001 100110

Color Harmonies of #907C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C31

Black with #907C31

Text Example


Text Example

White with #907C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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