Html Css Color HEX #907E2A Lemon Ginger

📋 copy color: '#907E2A'

red 144 ◦ green 126 ◦ blue 42

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

Shades of Lemon Ginger #907E2A

Tints of Lemon Ginger #907E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 46.15%
G = 40.38%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#907E2A (or 0x907E2A) is known color: Lemon Ginger. HEX triplet: 90, 7E and 2A. RGB value is (144,126,42). Sum of RGB (Red+Green+Blue) = 144+126+42=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 144 - color contains mainly: red. Hex color #907E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907E2A is #6F81D5. Grayscale: #7A7A7A. Windows color (decimal): -7307734 or 2784912. OLE color: 2784912.

HSL color Cylindrical-coordinate representation of color #907E2A: hue angle of 49.41º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #907E2A is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 126 42 -
CMYK 0 0.12 0.71 0.44
HSL 49.41º 0.55% 0.36% -
HSV(B) 49.41º 0.71% 0.56% -
XYZ 19.38 21.02 5.23 -
YUV 121.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 144 126 42 0 0.12 0.71 0.44 49.41 0.55 0.36
Hex 90 7E 2A 0 C 47 2C 31 37 24
Octal 220 176 52 0 14 107 54 61 67 44
Binary 10010000 1111110 101010 0 1100 1000111 101100 110001 110111 100100

Color Harmonies of #907E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907E2A

Black with #907E2A

Text Example


Text Example

White with #907E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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