Html Css Color HEX #938813 Lemon Ginger

📋 copy color: '#938813'

red 147 ◦ green 136 ◦ blue 19

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

Shades of Lemon Ginger #938813

Tints of Lemon Ginger #938813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 48.68%
G = 45.03%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#938813 (or 0x938813) is known color: Lemon Ginger. HEX triplet: 93, 88 and 13. RGB value is (147,136,19). Sum of RGB (Red+Green+Blue) = 147+136+19=302 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.68% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 147 - color contains mainly: red. Hex color #938813 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #938813 is #6C77EC. Grayscale: #7E7E7E. Windows color (decimal): -7108589 or 1280147. OLE color: 1280147.

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

Color convert

RGB 147 136 19 -
CMYK 0 0.07 0.87 0.42
HSL 54.84º 0.77% 0.33% -
HSV(B) 54.84º 0.87% 0.58% -
XYZ 20.95 23.86 4.12 -
YUV 125.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 147 136 19 0 0.07 0.87 0.42 54.84 0.77 0.33
Hex 93 88 13 0 7 57 2A 37 4D 21
Octal 223 210 23 0 7 127 52 67 115 41
Binary 10010011 10001000 10011 0 111 1010111 101010 110111 1001101 100001

Color Harmonies of #938813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938813

Black with #938813

Text Example


Text Example

White with #938813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938813; }

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

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

background-color css

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

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

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

border-color css

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

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

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