Html Css Color HEX #93802C Lemon Ginger

📋 copy color: '#93802C'

red 147 ◦ green 128 ◦ blue 44

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

Shades of Lemon Ginger #93802C

Tints of Lemon Ginger #93802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.13%

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

R = 46.08%
G = 40.13%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93802C (or 0x93802C) is known color: Lemon Ginger. HEX triplet: 93, 80 and 2C. RGB value is (147,128,44). Sum of RGB (Red+Green+Blue) = 147+128+44=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93802C is #6C7FD3. Grayscale: #7C7C7C. Windows color (decimal): -7110612 or 2916499. OLE color: 2916499.

HSL color Cylindrical-coordinate representation of color #93802C: hue angle of 48.93º 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 #93802C is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 44 -
CMYK 0 0.13 0.70 0.42
HSL 48.93º 0.54% 0.37% -
HSV(B) 48.93º 0.7% 0.58% -
XYZ 20.21 21.82 5.53 -
YUV 124.11 82.79 144.33 -
System Red Green Blue C M Y K H S L
Decimal 147 128 44 0 0.13 0.70 0.42 48.93 0.54 0.37
Hex 93 80 2C 0 D 46 2A 31 36 25
Octal 223 200 54 0 15 106 52 61 66 45
Binary 10010011 10000000 101100 0 1101 1000110 101010 110001 110110 100101

Color Harmonies of #93802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93802C

Black with #93802C

Text Example


Text Example

White with #93802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93802C; }

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

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

background-color css

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

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

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

border-color css

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

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

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