Html Css Color HEX #93822B Lemon Ginger

📋 copy color: '#93822B'

red 147 ◦ green 130 ◦ blue 43

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

Shades of Lemon Ginger #93822B

Tints of Lemon Ginger #93822B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 45.94%
G = 40.63%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93822B (or 0x93822B) is known color: Lemon Ginger. HEX triplet: 93, 82 and 2B. RGB value is (147,130,43). Sum of RGB (Red+Green+Blue) = 147+130+43=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93822B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93822B is #6C7DD4. Grayscale: #7D7D7D. Windows color (decimal): -7110101 or 2851475. OLE color: 2851475.

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

Color convert

RGB 147 130 43 -
CMYK 0 0.12 0.71 0.42
HSL 50.19º 0.55% 0.37% -
HSV(B) 50.19º 0.71% 0.58% -
XYZ 20.45 22.34 5.52 -
YUV 125.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 147 130 43 0 0.12 0.71 0.42 50.19 0.55 0.37
Hex 93 82 2B 0 C 47 2A 32 37 25
Octal 223 202 53 0 14 107 52 62 67 45
Binary 10010011 10000010 101011 0 1100 1000111 101010 110010 110111 100101

Color Harmonies of #93822B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93822B

Black with #93822B

Text Example


Text Example

White with #93822B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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