Html Css Color HEX #947A27 Lemon Ginger

📋 copy color: '#947A27'

red 148 ◦ green 122 ◦ blue 39

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

Shades of Lemon Ginger #947A27

Tints of Lemon Ginger #947A27

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 47.9%
G = 39.48%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#947A27 (or 0x947A27) is known color: Lemon Ginger. HEX triplet: 94, 7A and 27. RGB value is (148,122,39). Sum of RGB (Red+Green+Blue) = 148+122+39=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #947A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A27 is #6B85D8. Grayscale: #787878. Windows color (decimal): -7046617 or 2587284. OLE color: 2587284.

HSL color Cylindrical-coordinate representation of color #947A27: hue angle of 45.69º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #947A27 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 39 -
CMYK 0 0.18 0.74 0.42
HSL 45.69º 0.58% 0.37% -
HSV(B) 45.69º 0.74% 0.58% -
XYZ 19.54 20.36 4.82 -
YUV 120.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 148 122 39 0 0.18 0.74 0.42 45.69 0.58 0.37
Hex 94 7A 27 0 12 4A 2A 2E 3A 25
Octal 224 172 47 0 22 112 52 56 72 45
Binary 10010100 1111010 100111 0 10010 1001010 101010 101110 111010 100101

Color Harmonies of #947A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A27

Black with #947A27

Text Example


Text Example

White with #947A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,122,39); }

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

background-color css

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

 a { background-color: rgb(148,122,39); }

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

border-color css

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

 span { border-color: rgb(148,122,39); }

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