Html Css Color HEX #94881D Lemon Ginger

📋 copy color: '#94881D'

red 148 ◦ green 136 ◦ blue 29

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

Shades of Lemon Ginger #94881D

Tints of Lemon Ginger #94881D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.27%

R = 47.28%
G = 43.45%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94881D (or 0x94881D) is known color: Lemon Ginger. HEX triplet: 94, 88 and 1D. RGB value is (148,136,29). Sum of RGB (Red+Green+Blue) = 148+136+29=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #94881D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94881D is #6B77E2. Grayscale: #7F7F7F. Windows color (decimal): -7043043 or 1935508. OLE color: 1935508.

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

Color convert

RGB 148 136 29 -
CMYK 0 0.08 0.80 0.42
HSL 53.95º 0.67% 0.35% -
HSV(B) 53.95º 0.8% 0.58% -
XYZ 21.24 23.99 4.67 -
YUV 127.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 148 136 29 0 0.08 0.80 0.42 53.95 0.67 0.35
Hex 94 88 1D 0 8 50 2A 36 43 23
Octal 224 210 35 0 10 120 52 66 103 43
Binary 10010100 10001000 11101 0 1000 1010000 101010 110110 1000011 100011

Color Harmonies of #94881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94881D

Black with #94881D

Text Example


Text Example

White with #94881D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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