Html Css Color HEX #93822F Lemon Ginger

📋 copy color: '#93822F'

red 147 ◦ green 130 ◦ blue 47

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

Shades of Lemon Ginger #93822F

Tints of Lemon Ginger #93822F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.51%

R = 45.37%
G = 40.12%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93822F (or 0x93822F) is known color: Lemon Ginger. HEX triplet: 93, 82 and 2F. RGB value is (147,130,47). Sum of RGB (Red+Green+Blue) = 147+130+47=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #93822F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93822F is #6C7DD0. Grayscale: #7D7D7D. Windows color (decimal): -7110097 or 3113619. OLE color: 3113619.

HSL color Cylindrical-coordinate representation of color #93822F: hue angle of 49.8º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93822F is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 130 47 -
CMYK 0 0.12 0.68 0.42
HSL 49.8º 0.52% 0.38% -
HSV(B) 49.8º 0.68% 0.58% -
XYZ 20.53 22.37 5.93 -
YUV 125.62 83.63 143.25 -
System Red Green Blue C M Y K H S L
Decimal 147 130 47 0 0.12 0.68 0.42 49.8 0.52 0.38
Hex 93 82 2F 0 C 44 2A 32 34 26
Octal 223 202 57 0 14 104 52 62 64 46
Binary 10010011 10000010 101111 0 1100 1000100 101010 110010 110100 100110

Color Harmonies of #93822F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93822F

Black with #93822F

Text Example


Text Example

White with #93822F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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