Html Css Color HEX #938C2C Lemon Ginger

📋 copy color: '#938C2C'

red 147 ◦ green 140 ◦ blue 44

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

Shades of Lemon Ginger #938C2C

Tints of Lemon Ginger #938C2C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.3%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 44.41%
G = 42.3%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#938C2C (or 0x938C2C) is known color: Lemon Ginger. HEX triplet: 93, 8C and 2C. RGB value is (147,140,44). Sum of RGB (Red+Green+Blue) = 147+140+44=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #938C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938C2C is #6C73D3. Grayscale: #838383. Windows color (decimal): -7107540 or 2919571. OLE color: 2919571.

HSL color Cylindrical-coordinate representation of color #938C2C: hue angle of 55.92º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #938C2C is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 140 44 -
CMYK 0 0.05 0.70 0.42
HSL 55.92º 0.54% 0.37% -
HSV(B) 55.92º 0.7% 0.58% -
XYZ 21.87 25.14 6.08 -
YUV 131.15 78.82 139.31 -
System Red Green Blue C M Y K H S L
Decimal 147 140 44 0 0.05 0.70 0.42 55.92 0.54 0.37
Hex 93 8C 2C 0 5 46 2A 38 36 25
Octal 223 214 54 0 5 106 52 70 66 45
Binary 10010011 10001100 101100 0 101 1000110 101010 111000 110110 100101

Color Harmonies of #938C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938C2C

Black with #938C2C

Text Example


Text Example

White with #938C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938C2C; }

 p { color: rgb(147,140,44); }

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

background-color css

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

 a { background-color: rgb(147,140,44); }

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

border-color css

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

 span { border-color: rgb(147,140,44); }

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