Html Css Color HEX #938520 Lemon Ginger

📋 copy color: '#938520'

red 147 ◦ green 133 ◦ blue 32

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

Shades of Lemon Ginger #938520

Tints of Lemon Ginger #938520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 47.12%
G = 42.63%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#938520 (or 0x938520) is known color: Lemon Ginger. HEX triplet: 93, 85 and 20. RGB value is (147,133,32). Sum of RGB (Red+Green+Blue) = 147+133+32=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 147 - color contains mainly: red. Hex color #938520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938520 is #6C7ADF. Grayscale: #7E7E7E. Windows color (decimal): -7109344 or 2131347. OLE color: 2131347.

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

Color convert

RGB 147 133 32 -
CMYK 0 0.10 0.78 0.42
HSL 52.7º 0.64% 0.35% -
HSV(B) 52.7º 0.78% 0.58% -
XYZ 20.68 23.08 4.73 -
YUV 125.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 147 133 32 0 0.10 0.78 0.42 52.7 0.64 0.35
Hex 93 85 20 0 A 4E 2A 35 40 23
Octal 223 205 40 0 12 116 52 65 100 43
Binary 10010011 10000101 100000 0 1010 1001110 101010 110101 1000000 100011

Color Harmonies of #938520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938520

Black with #938520

Text Example


Text Example

White with #938520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938520; }

 p { color: rgb(147,133,32); }

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

background-color css

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

 a { background-color: rgb(147,133,32); }

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

border-color css

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

 span { border-color: rgb(147,133,32); }

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