Html Css Color HEX #948320 Lemon Ginger

📋 copy color: '#948320'

red 148 ◦ green 131 ◦ blue 32

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

Shades of Lemon Ginger #948320

Tints of Lemon Ginger #948320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 47.59%
G = 42.12%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#948320 (or 0x948320) is known color: Lemon Ginger. HEX triplet: 94, 83 and 20. RGB value is (148,131,32). Sum of RGB (Red+Green+Blue) = 148+131+32=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #948320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948320 is #6B7CDF. Grayscale: #7D7D7D. Windows color (decimal): -7044320 or 2130836. OLE color: 2130836.

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

Color convert

RGB 148 131 32 -
CMYK 0 0.11 0.78 0.42
HSL 51.21º 0.64% 0.35% -
HSV(B) 51.21º 0.78% 0.58% -
XYZ 20.59 22.63 4.65 -
YUV 124.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 148 131 32 0 0.11 0.78 0.42 51.21 0.64 0.35
Hex 94 83 20 0 B 4E 2A 33 40 23
Octal 224 203 40 0 13 116 52 63 100 43
Binary 10010100 10000011 100000 0 1011 1001110 101010 110011 1000000 100011

Color Harmonies of #948320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948320

Black with #948320

Text Example


Text Example

White with #948320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948320; }

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

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

background-color css

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

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

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

border-color css

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

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

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