Html Css Color HEX #94841E Lemon Ginger

📋 copy color: '#94841E'

red 148 ◦ green 132 ◦ blue 30

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

Shades of Lemon Ginger #94841E

Tints of Lemon Ginger #94841E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 47.74%
G = 42.58%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94841E (or 0x94841E) is known color: Lemon Ginger. HEX triplet: 94, 84 and 1E. RGB value is (148,132,30). Sum of RGB (Red+Green+Blue) = 148+132+30=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94841E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94841E is #6B7BE1. Grayscale: #7D7D7D. Windows color (decimal): -7044066 or 2000020. OLE color: 2000020.

HSL color Cylindrical-coordinate representation of color #94841E: hue angle of 51.86º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94841E is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 30 -
CMYK 0 0.11 0.80 0.42
HSL 51.86º 0.66% 0.35% -
HSV(B) 51.86º 0.8% 0.58% -
XYZ 20.7 22.89 4.56 -
YUV 125.16 74.3 144.29 -
System Red Green Blue C M Y K H S L
Decimal 148 132 30 0 0.11 0.80 0.42 51.86 0.66 0.35
Hex 94 84 1E 0 B 50 2A 34 42 23
Octal 224 204 36 0 13 120 52 64 102 43
Binary 10010100 10000100 11110 0 1011 1010000 101010 110100 1000010 100011

Color Harmonies of #94841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94841E

Black with #94841E

Text Example


Text Example

White with #94841E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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