Html Css Color HEX #938413 Lemon Ginger

📋 copy color: '#938413'

red 147 ◦ green 132 ◦ blue 19

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

Shades of Lemon Ginger #938413

Tints of Lemon Ginger #938413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.38%

R = 49.33%
G = 44.3%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#938413 (or 0x938413) is known color: Lemon Ginger. HEX triplet: 93, 84 and 13. RGB value is (147,132,19). Sum of RGB (Red+Green+Blue) = 147+132+19=298 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.33% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 147 - color contains mainly: red. Hex color #938413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938413 is #6C7BEC. Grayscale: #7C7C7C. Windows color (decimal): -7109613 or 1279123. OLE color: 1279123.

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

Color convert

RGB 147 132 19 -
CMYK 0 0.10 0.87 0.42
HSL 52.97º 0.77% 0.33% -
HSV(B) 52.97º 0.87% 0.58% -
XYZ 20.4 22.75 3.93 -
YUV 123.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 147 132 19 0 0.10 0.87 0.42 52.97 0.77 0.33
Hex 93 84 13 0 A 57 2A 35 4D 21
Octal 223 204 23 0 12 127 52 65 115 41
Binary 10010011 10000100 10011 0 1010 1010111 101010 110101 1001101 100001

Color Harmonies of #938413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938413

Black with #938413

Text Example


Text Example

White with #938413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938413; }

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

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

background-color css

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

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

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

border-color css

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

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

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