Html Css Color HEX #907E2F Lemon Ginger

📋 copy color: '#907E2F'

red 144 ◦ green 126 ◦ blue 47

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

Shades of Lemon Ginger #907E2F

Tints of Lemon Ginger #907E2F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.75%

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

R = 45.43%
G = 39.75%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#907E2F (or 0x907E2F) is known color: Lemon Ginger. HEX triplet: 90, 7E and 2F. RGB value is (144,126,47). Sum of RGB (Red+Green+Blue) = 144+126+47=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #907E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907E2F is #6F81D0. Grayscale: #7A7A7A. Windows color (decimal): -7307729 or 3112592. OLE color: 3112592.

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

Color convert

RGB 144 126 47 -
CMYK 0 0.12 0.67 0.44
HSL 48.87º 0.51% 0.37% -
HSV(B) 48.87º 0.67% 0.56% -
XYZ 19.48 21.06 5.73 -
YUV 122.38 85.46 143.42 -
System Red Green Blue C M Y K H S L
Decimal 144 126 47 0 0.12 0.67 0.44 48.87 0.51 0.37
Hex 90 7E 2F 0 C 43 2C 31 33 25
Octal 220 176 57 0 14 103 54 61 63 45
Binary 10010000 1111110 101111 0 1100 1000011 101100 110001 110011 100101

Color Harmonies of #907E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E2F

Black with #907E2F

Text Example


Text Example

White with #907E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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