Html Css Color HEX #947F1D Lemon Ginger

📋 copy color: '#947F1D'

red 148 ◦ green 127 ◦ blue 29

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

Shades of Lemon Ginger #947F1D

Tints of Lemon Ginger #947F1D

RGB

 RED value IS 148 (58.2% from 255) = 48.68%

 GREEN value IS 127 (50% from 255) = 41.78%

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 48.68%
G = 41.78%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#947F1D (or 0x947F1D) is known color: Lemon Ginger. HEX triplet: 94, 7F and 1D. RGB value is (148,127,29). Sum of RGB (Red+Green+Blue) = 148+127+29=304 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.68% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 148 - color contains mainly: red. Hex color #947F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947F1D is #6B80E2. Grayscale: #7A7A7A. Windows color (decimal): -7045347 or 1933204. OLE color: 1933204.

HSL color Cylindrical-coordinate representation of color #947F1D: hue angle of 49.41º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #947F1D is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 127 29 -
CMYK 0 0.14 0.80 0.42
HSL 49.41º 0.67% 0.35% -
HSV(B) 49.41º 0.8% 0.58% -
XYZ 20.02 21.56 4.27 -
YUV 122.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 148 127 29 0 0.14 0.80 0.42 49.41 0.67 0.35
Hex 94 7F 1D 0 E 50 2A 31 43 23
Octal 224 177 35 0 16 120 52 61 103 43
Binary 10010100 1111111 11101 0 1110 1010000 101010 110001 1000011 100011

Color Harmonies of #947F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947F1D

Black with #947F1D

Text Example


Text Example

White with #947F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947F1D; }

 p { color: rgb(148,127,29); }

 H1.HeaderClassName
 {
   color: #947F1D;
 }
 .AnyTagClassName
 {
   color: #947F1D;
 }
</style>

background-color css

<style>
 a { background-color: #947F1D; }

 a { background-color: rgb(148,127,29); }

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

border-color css

<style>
 span { border-color: #947F1D; }

 span { border-color: rgb(148,127,29); }

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