Html Css Color HEX #93822C Lemon Ginger

📋 copy color: '#93822C'

red 147 ◦ green 130 ◦ blue 44

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

Shades of Lemon Ginger #93822C

Tints of Lemon Ginger #93822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 45.79%
G = 40.5%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#93822C (or 0x93822C) is known color: Lemon Ginger. HEX triplet: 93, 82 and 2C. RGB value is (147,130,44). Sum of RGB (Red+Green+Blue) = 147+130+44=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93822C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93822C is #6C7DD3. Grayscale: #7D7D7D. Windows color (decimal): -7110100 or 2917011. OLE color: 2917011.

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

Color convert

RGB 147 130 44 -
CMYK 0 0.12 0.70 0.42
HSL 50.1º 0.54% 0.37% -
HSV(B) 50.1º 0.7% 0.58% -
XYZ 20.47 22.35 5.62 -
YUV 125.28 82.13 143.49 -
System Red Green Blue C M Y K H S L
Decimal 147 130 44 0 0.12 0.70 0.42 50.1 0.54 0.37
Hex 93 82 2C 0 C 46 2A 32 36 25
Octal 223 202 54 0 14 106 52 62 66 45
Binary 10010011 10000010 101100 0 1100 1000110 101010 110010 110110 100101

Color Harmonies of #93822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93822C

Black with #93822C

Text Example


Text Example

White with #93822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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