Html Css Color HEX #937D34 Lemon Ginger

📋 copy color: '#937D34'

red 147 ◦ green 125 ◦ blue 52

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

Shades of Lemon Ginger #937D34

Tints of Lemon Ginger #937D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 45.37%
G = 38.58%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#937D34 (or 0x937D34) is known color: Lemon Ginger. HEX triplet: 93, 7D and 34. RGB value is (147,125,52). Sum of RGB (Red+Green+Blue) = 147+125+52=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #937D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937D34 is #6C82CB. Grayscale: #7B7B7B. Windows color (decimal): -7111372 or 3440019. OLE color: 3440019.

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

Color convert

RGB 147 125 52 -
CMYK 0 0.15 0.65 0.42
HSL 46.11º 0.48% 0.39% -
HSV(B) 46.11º 0.65% 0.58% -
XYZ 19.99 21.12 6.27 -
YUV 123.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 147 125 52 0 0.15 0.65 0.42 46.11 0.48 0.39
Hex 93 7D 34 0 F 41 2A 2E 30 27
Octal 223 175 64 0 17 101 52 56 60 47
Binary 10010011 1111101 110100 0 1111 1000001 101010 101110 110000 100111

Color Harmonies of #937D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937D34

Black with #937D34

Text Example


Text Example

White with #937D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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