Html Css Color HEX #938414 Lemon Ginger

📋 copy color: '#938414'

red 147 ◦ green 132 ◦ blue 20

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

Shades of Lemon Ginger #938414

Tints of Lemon Ginger #938414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.15%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 49.16%
G = 44.15%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#938414 (or 0x938414) is known color: Lemon Ginger. HEX triplet: 93, 84 and 14. RGB value is (147,132,20). Sum of RGB (Red+Green+Blue) = 147+132+20=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #938414 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938414 is #6C7BEB. Grayscale: #7C7C7C. Windows color (decimal): -7109612 or 1344659. OLE color: 1344659.

HSL color Cylindrical-coordinate representation of color #938414: hue angle of 52.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #938414 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 132 20 -
CMYK 0 0.10 0.86 0.42
HSL 52.91º 0.76% 0.33% -
HSV(B) 52.91º 0.86% 0.58% -
XYZ 20.41 22.76 3.98 -
YUV 123.72 69.47 144.61 -
System Red Green Blue C M Y K H S L
Decimal 147 132 20 0 0.10 0.86 0.42 52.91 0.76 0.33
Hex 93 84 14 0 A 56 2A 35 4C 21
Octal 223 204 24 0 12 126 52 65 114 41
Binary 10010011 10000100 10100 0 1010 1010110 101010 110101 1001100 100001

Color Harmonies of #938414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938414

Black with #938414

Text Example


Text Example

White with #938414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938414; }

 p { color: rgb(147,132,20); }

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

background-color css

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

 a { background-color: rgb(147,132,20); }

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

border-color css

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

 span { border-color: rgb(147,132,20); }

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