Html Css Color HEX #94841C Lemon Ginger

📋 copy color: '#94841C'

red 148 ◦ green 132 ◦ blue 28

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

Shades of Lemon Ginger #94841C

Tints of Lemon Ginger #94841C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.09%

R = 48.05%
G = 42.86%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94841C (or 0x94841C) is known color: Lemon Ginger. HEX triplet: 94, 84 and 1C. RGB value is (148,132,28). Sum of RGB (Red+Green+Blue) = 148+132+28=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94841C is #6B7BE3. Grayscale: #7D7D7D. Windows color (decimal): -7044068 or 1868948. OLE color: 1868948.

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

Color convert

RGB 148 132 28 -
CMYK 0 0.11 0.81 0.42
HSL 52º 0.68% 0.35% -
HSV(B) 52º 0.81% 0.58% -
XYZ 20.67 22.88 4.43 -
YUV 124.93 73.3 144.46 -
System Red Green Blue C M Y K H S L
Decimal 148 132 28 0 0.11 0.81 0.42 52 0.68 0.35
Hex 94 84 1C 0 B 51 2A 34 44 23
Octal 224 204 34 0 13 121 52 64 104 43
Binary 10010100 10000100 11100 0 1011 1010001 101010 110100 1000100 100011

Color Harmonies of #94841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94841C

Black with #94841C

Text Example


Text Example

White with #94841C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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