Html Css Color HEX #948232 Lemon Ginger

📋 copy color: '#948232'

red 148 ◦ green 130 ◦ blue 50

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

Shades of Lemon Ginger #948232

Tints of Lemon Ginger #948232

RGB

 RED value IS 148 (58.2% from 255) = 45.12%

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

 BLUE value IS 50 (19.92% from 255) = 15.24%

R = 45.12%
G = 39.63%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#948232 (or 0x948232) is known color: Lemon Ginger. HEX triplet: 94, 82 and 32. RGB value is (148,130,50). Sum of RGB (Red+Green+Blue) = 148+130+50=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #948232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948232 is #6B7DCD. Grayscale: #7E7E7E. Windows color (decimal): -7044558 or 3310228. OLE color: 3310228.

HSL color Cylindrical-coordinate representation of color #948232: hue angle of 48.98º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #948232 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 130 50 -
CMYK 0 0.12 0.66 0.42
HSL 48.98º 0.49% 0.39% -
HSV(B) 48.98º 0.66% 0.58% -
XYZ 20.77 22.49 6.26 -
YUV 126.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 148 130 50 0 0.12 0.66 0.42 48.98 0.49 0.39
Hex 94 82 32 0 C 42 2A 31 31 27
Octal 224 202 62 0 14 102 52 61 61 47
Binary 10010100 10000010 110010 0 1100 1000010 101010 110001 110001 100111

Color Harmonies of #948232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948232

Black with #948232

Text Example


Text Example

White with #948232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948232; }

 p { color: rgb(148,130,50); }

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

background-color css

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

 a { background-color: rgb(148,130,50); }

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

border-color css

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

 span { border-color: rgb(148,130,50); }

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