Html Css Color HEX #948419 Lemon Ginger

📋 copy color: '#948419'

red 148 ◦ green 132 ◦ blue 25

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

Shades of Lemon Ginger #948419

Tints of Lemon Ginger #948419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 48.52%
G = 43.28%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#948419 (or 0x948419) is known color: Lemon Ginger. HEX triplet: 94, 84 and 19. RGB value is (148,132,25). Sum of RGB (Red+Green+Blue) = 148+132+25=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #948419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948419 is #6B7BE6. Grayscale: #7D7D7D. Windows color (decimal): -7044071 or 1672340. OLE color: 1672340.

HSL color Cylindrical-coordinate representation of color #948419: hue angle of 52.2º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #948419 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 25 -
CMYK 0 0.11 0.83 0.42
HSL 52.2º 0.71% 0.34% -
HSV(B) 52.2º 0.83% 0.58% -
XYZ 20.64 22.87 4.25 -
YUV 124.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 148 132 25 0 0.11 0.83 0.42 52.2 0.71 0.34
Hex 94 84 19 0 B 53 2A 34 47 22
Octal 224 204 31 0 13 123 52 64 107 42
Binary 10010100 10000100 11001 0 1011 1010011 101010 110100 1000111 100010

Color Harmonies of #948419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948419

Black with #948419

Text Example


Text Example

White with #948419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948419; }

 p { color: rgb(148,132,25); }

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

background-color css

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

 a { background-color: rgb(148,132,25); }

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

border-color css

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

 span { border-color: rgb(148,132,25); }

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