Html Css Color HEX #948334 Lemon Ginger

📋 copy color: '#948334'

red 148 ◦ green 131 ◦ blue 52

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

Shades of Lemon Ginger #948334

Tints of Lemon Ginger #948334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.58%

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 44.71%
G = 39.58%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#948334 (or 0x948334) is known color: Lemon Ginger. HEX triplet: 94, 83 and 34. RGB value is (148,131,52). Sum of RGB (Red+Green+Blue) = 148+131+52=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #948334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948334 is #6B7CCB. Grayscale: #7F7F7F. Windows color (decimal): -7044300 or 3441556. OLE color: 3441556.

HSL color Cylindrical-coordinate representation of color #948334: hue angle of 49.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #948334 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 131 52 -
CMYK 0 0.11 0.65 0.42
HSL 49.38º 0.48% 0.39% -
HSV(B) 49.38º 0.65% 0.58% -
XYZ 20.95 22.78 6.54 -
YUV 127.08 85.63 142.92 -
System Red Green Blue C M Y K H S L
Decimal 148 131 52 0 0.11 0.65 0.42 49.38 0.48 0.39
Hex 94 83 34 0 B 41 2A 31 30 27
Octal 224 203 64 0 13 101 52 61 60 47
Binary 10010100 10000011 110100 0 1011 1000001 101010 110001 110000 100111

Color Harmonies of #948334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948334

Black with #948334

Text Example


Text Example

White with #948334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948334; }

 p { color: rgb(148,131,52); }

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

background-color css

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

 a { background-color: rgb(148,131,52); }

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

border-color css

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

 span { border-color: rgb(148,131,52); }

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