Html Css Color HEX #907D31 Lemon Ginger

📋 copy color: '#907D31'

red 144 ◦ green 125 ◦ blue 49

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

Shades of Lemon Ginger #907D31

Tints of Lemon Ginger #907D31

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.31%

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

R = 45.28%
G = 39.31%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.44

RGB Variations

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

Color information

#907D31 (or 0x907D31) is known color: Lemon Ginger. HEX triplet: 90, 7D and 31. RGB value is (144,125,49). Sum of RGB (Red+Green+Blue) = 144+125+49=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #907D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907D31 is #6F82CE. Grayscale: #7A7A7A. Windows color (decimal): -7307983 or 3243408. OLE color: 3243408.

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

Color convert

RGB 144 125 49 -
CMYK 0 0.13 0.66 0.44
HSL 48º 0.49% 0.38% -
HSV(B) 48º 0.66% 0.56% -
XYZ 19.39 20.82 5.9 -
YUV 122.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 144 125 49 0 0.13 0.66 0.44 48 0.49 0.38
Hex 90 7D 31 0 D 42 2C 30 31 26
Octal 220 175 61 0 15 102 54 60 61 46
Binary 10010000 1111101 110001 0 1101 1000010 101100 110000 110001 100110

Color Harmonies of #907D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D31

Black with #907D31

Text Example


Text Example

White with #907D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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