Html Css Color HEX #947B2D Lemon Ginger

📋 copy color: '#947B2D'

red 148 ◦ green 123 ◦ blue 45

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

Shades of Lemon Ginger #947B2D

Tints of Lemon Ginger #947B2D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 46.84%
G = 38.92%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#947B2D (or 0x947B2D) is known color: Lemon Ginger. HEX triplet: 94, 7B and 2D. RGB value is (148,123,45). Sum of RGB (Red+Green+Blue) = 148+123+45=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #947B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B2D is #6B84D2. Grayscale: #797979. Windows color (decimal): -7046355 or 2980756. OLE color: 2980756.

HSL color Cylindrical-coordinate representation of color #947B2D: hue angle of 45.44º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #947B2D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 123 45 -
CMYK 0 0.17 0.70 0.42
HSL 45.44º 0.53% 0.38% -
HSV(B) 45.44º 0.7% 0.58% -
XYZ 19.77 20.65 5.43 -
YUV 121.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 148 123 45 0 0.17 0.70 0.42 45.44 0.53 0.38
Hex 94 7B 2D 0 11 46 2A 2D 35 26
Octal 224 173 55 0 21 106 52 55 65 46
Binary 10010100 1111011 101101 0 10001 1000110 101010 101101 110101 100110

Color Harmonies of #947B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947B2D

Black with #947B2D

Text Example


Text Example

White with #947B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,123,45); }

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

background-color css

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

 a { background-color: rgb(148,123,45); }

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

border-color css

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

 span { border-color: rgb(148,123,45); }

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