Html Css Color HEX #937D2D Lemon Ginger

📋 copy color: '#937D2D'

red 147 ◦ green 125 ◦ blue 45

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

Shades of Lemon Ginger #937D2D

Tints of Lemon Ginger #937D2D

RGB

 RED value IS 147 (57.81% from 255) = 46.37%

 GREEN value IS 125 (49.22% from 255) = 39.43%

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

R = 46.37%
G = 39.43%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#937D2D (or 0x937D2D) is known color: Lemon Ginger. HEX triplet: 93, 7D and 2D. RGB value is (147,125,45). Sum of RGB (Red+Green+Blue) = 147+125+45=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #937D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D2D is #6C82D2. Grayscale: #7A7A7A. Windows color (decimal): -7111379 or 2981267. OLE color: 2981267.

HSL color Cylindrical-coordinate representation of color #937D2D: hue angle of 47.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #937D2D is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 125 45 -
CMYK 0 0.15 0.69 0.42
HSL 47.06º 0.53% 0.38% -
HSV(B) 47.06º 0.69% 0.58% -
XYZ 19.84 21.06 5.5 -
YUV 122.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 147 125 45 0 0.15 0.69 0.42 47.06 0.53 0.38
Hex 93 7D 2D 0 F 45 2A 2F 35 26
Octal 223 175 55 0 17 105 52 57 65 46
Binary 10010011 1111101 101101 0 1111 1000101 101010 101111 110101 100110

Color Harmonies of #937D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D2D

Black with #937D2D

Text Example


Text Example

White with #937D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937D2D; }

 p { color: rgb(147,125,45); }

 H1.HeaderClassName
 {
   color: #937D2D;
 }
 .AnyTagClassName
 {
   color: #937D2D;
 }
</style>

background-color css

<style>
 a { background-color: #937D2D; }

 a { background-color: rgb(147,125,45); }

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

border-color css

<style>
 span { border-color: #937D2D; }

 span { border-color: rgb(147,125,45); }

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