Html Css Color HEX #907C2A Lemon Ginger

📋 copy color: '#907C2A'

red 144 ◦ green 124 ◦ blue 42

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

Shades of Lemon Ginger #907C2A

Tints of Lemon Ginger #907C2A

RGB

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

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

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

R = 46.45%
G = 40%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#907C2A (or 0x907C2A) is known color: Lemon Ginger. HEX triplet: 90, 7C and 2A. RGB value is (144,124,42). Sum of RGB (Red+Green+Blue) = 144+124+42=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #907C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907C2A is #6F83D5. Grayscale: #787878. Windows color (decimal): -7308246 or 2784400. OLE color: 2784400.

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

Color convert

RGB 144 124 42 -
CMYK 0 0.14 0.71 0.44
HSL 48.24º 0.55% 0.36% -
HSV(B) 48.24º 0.71% 0.56% -
XYZ 19.13 20.51 5.14 -
YUV 120.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 144 124 42 0 0.14 0.71 0.44 48.24 0.55 0.36
Hex 90 7C 2A 0 E 47 2C 30 37 24
Octal 220 174 52 0 16 107 54 60 67 44
Binary 10010000 1111100 101010 0 1110 1000111 101100 110000 110111 100100

Color Harmonies of #907C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #907C2A

Black with #907C2A

Text Example


Text Example

White with #907C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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