Html Css Color HEX #94841A Lemon Ginger

📋 copy color: '#94841A'

red 148 ◦ green 132 ◦ blue 26

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

Shades of Lemon Ginger #94841A

Tints of Lemon Ginger #94841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 48.37%
G = 43.14%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94841A (or 0x94841A) is known color: Lemon Ginger. HEX triplet: 94, 84 and 1A. RGB value is (148,132,26). Sum of RGB (Red+Green+Blue) = 148+132+26=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94841A is #6B7BE5. Grayscale: #7D7D7D. Windows color (decimal): -7044070 or 1737876. OLE color: 1737876.

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

Color convert

RGB 148 132 26 -
CMYK 0 0.11 0.82 0.42
HSL 52.13º 0.7% 0.34% -
HSV(B) 52.13º 0.82% 0.58% -
XYZ 20.65 22.87 4.3 -
YUV 124.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 148 132 26 0 0.11 0.82 0.42 52.13 0.7 0.34
Hex 94 84 1A 0 B 52 2A 34 46 22
Octal 224 204 32 0 13 122 52 64 106 42
Binary 10010100 10000100 11010 0 1011 1010010 101010 110100 1000110 100010

Color Harmonies of #94841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94841A

Black with #94841A

Text Example


Text Example

White with #94841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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