Html Css Color HEX #947A2B Lemon Ginger

📋 copy color: '#947A2B'

red 148 ◦ green 122 ◦ blue 43

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

Shades of Lemon Ginger #947A2B

Tints of Lemon Ginger #947A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 47.28%
G = 38.98%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#947A2B (or 0x947A2B) is known color: Lemon Ginger. HEX triplet: 94, 7A and 2B. RGB value is (148,122,43). Sum of RGB (Red+Green+Blue) = 148+122+43=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #947A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A2B is #6B85D4. Grayscale: #797979. Windows color (decimal): -7046613 or 2849428. OLE color: 2849428.

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

Color convert

RGB 148 122 43 -
CMYK 0 0.18 0.71 0.42
HSL 45.14º 0.55% 0.37% -
HSV(B) 45.14º 0.71% 0.58% -
XYZ 19.61 20.39 5.19 -
YUV 120.77 84.11 147.42 -
System Red Green Blue C M Y K H S L
Decimal 148 122 43 0 0.18 0.71 0.42 45.14 0.55 0.37
Hex 94 7A 2B 0 12 47 2A 2D 37 25
Octal 224 172 53 0 22 107 52 55 67 45
Binary 10010100 1111010 101011 0 10010 1000111 101010 101101 110111 100101

Color Harmonies of #947A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A2B

Black with #947A2B

Text Example


Text Example

White with #947A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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