Html Css Color HEX #938713 Lemon Ginger

📋 copy color: '#938713'

red 147 ◦ green 135 ◦ blue 19

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

Shades of Lemon Ginger #938713

Tints of Lemon Ginger #938713

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.85%

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

R = 48.84%
G = 44.85%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#938713 (or 0x938713) is known color: Lemon Ginger. HEX triplet: 93, 87 and 13. RGB value is (147,135,19). Sum of RGB (Red+Green+Blue) = 147+135+19=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 147 - color contains mainly: red. Hex color #938713 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938713 is #6C78EC. Grayscale: #7D7D7D. Windows color (decimal): -7108845 or 1279891. OLE color: 1279891.

HSL color Cylindrical-coordinate representation of color #938713: hue angle of 54.38º 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 #938713 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 135 19 -
CMYK 0 0.08 0.87 0.42
HSL 54.38º 0.77% 0.33% -
HSV(B) 54.38º 0.87% 0.58% -
XYZ 20.81 23.58 4.07 -
YUV 125.36 67.98 143.43 -
System Red Green Blue C M Y K H S L
Decimal 147 135 19 0 0.08 0.87 0.42 54.38 0.77 0.33
Hex 93 87 13 0 8 57 2A 36 4D 21
Octal 223 207 23 0 10 127 52 66 115 41
Binary 10010011 10000111 10011 0 1000 1010111 101010 110110 1001101 100001

Color Harmonies of #938713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938713

Black with #938713

Text Example


Text Example

White with #938713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938713; }

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

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

background-color css

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

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

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

border-color css

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

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

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