Html Css Color HEX #907D2F Lemon Ginger

📋 copy color: '#907D2F'

red 144 ◦ green 125 ◦ blue 47

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

Shades of Lemon Ginger #907D2F

Tints of Lemon Ginger #907D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 45.57%
G = 39.56%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#907D2F (or 0x907D2F) is known color: Lemon Ginger. HEX triplet: 90, 7D and 2F. RGB value is (144,125,47). Sum of RGB (Red+Green+Blue) = 144+125+47=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #907D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907D2F is #6F82D0. Grayscale: #7A7A7A. Windows color (decimal): -7307985 or 3112336. OLE color: 3112336.

HSL color Cylindrical-coordinate representation of color #907D2F: hue angle of 48.25º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #907D2F is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 125 47 -
CMYK 0 0.13 0.67 0.44
HSL 48.25º 0.51% 0.37% -
HSV(B) 48.25º 0.67% 0.56% -
XYZ 19.35 20.8 5.68 -
YUV 121.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 144 125 47 0 0.13 0.67 0.44 48.25 0.51 0.37
Hex 90 7D 2F 0 D 43 2C 30 33 25
Octal 220 175 57 0 15 103 54 60 63 45
Binary 10010000 1111101 101111 0 1101 1000011 101100 110000 110011 100101

Color Harmonies of #907D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907D2F

Black with #907D2F

Text Example


Text Example

White with #907D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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