Html Css Color HEX #94881C Lemon Ginger

📋 copy color: '#94881C'

red 148 ◦ green 136 ◦ blue 28

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

Shades of Lemon Ginger #94881C

Tints of Lemon Ginger #94881C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.59%

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

R = 47.44%
G = 43.59%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94881C (or 0x94881C) is known color: Lemon Ginger. HEX triplet: 94, 88 and 1C. RGB value is (148,136,28). Sum of RGB (Red+Green+Blue) = 148+136+28=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 28 (11.33% from 255 or 8.97% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94881C is #6B77E3. Grayscale: #7F7F7F. Windows color (decimal): -7043044 or 1869972. OLE color: 1869972.

HSL color Cylindrical-coordinate representation of color #94881C: hue angle of 54º 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 #94881C is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 136 28 -
CMYK 0 0.08 0.81 0.42
HSL 54º 0.68% 0.35% -
HSV(B) 54º 0.81% 0.58% -
XYZ 21.23 23.99 4.61 -
YUV 127.28 71.98 142.78 -
System Red Green Blue C M Y K H S L
Decimal 148 136 28 0 0.08 0.81 0.42 54 0.68 0.35
Hex 94 88 1C 0 8 51 2A 36 44 23
Octal 224 210 34 0 10 121 52 66 104 43
Binary 10010100 10001000 11100 0 1000 1010001 101010 110110 1000100 100011

Color Harmonies of #94881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94881C

Black with #94881C

Text Example


Text Example

White with #94881C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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