Html Css Color HEX #958320 Lemon Ginger

📋 copy color: '#958320'

red 149 ◦ green 131 ◦ blue 32

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

Shades of Lemon Ginger #958320

Tints of Lemon Ginger #958320

RGB

 RED value IS 149 (58.59% from 255) = 47.76%

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

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

R = 47.76%
G = 41.99%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#958320 (or 0x958320) is known color: Lemon Ginger. HEX triplet: 95, 83 and 20. RGB value is (149,131,32). Sum of RGB (Red+Green+Blue) = 149+131+32=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #958320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958320 is #6A7CDF. Grayscale: #7D7D7D. Windows color (decimal): -6978784 or 2130837. OLE color: 2130837.

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

Color convert

RGB 149 131 32 -
CMYK 0 0.12 0.79 0.42
HSL 50.77º 0.65% 0.35% -
HSV(B) 50.77º 0.79% 0.58% -
XYZ 20.77 22.73 4.66 -
YUV 125.1 75.46 145.05 -
System Red Green Blue C M Y K H S L
Decimal 149 131 32 0 0.12 0.79 0.42 50.77 0.65 0.35
Hex 95 83 20 0 C 4F 2A 33 41 23
Octal 225 203 40 0 14 117 52 63 101 43
Binary 10010101 10000011 100000 0 1100 1001111 101010 110011 1000001 100011

Color Harmonies of #958320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958320

Black with #958320

Text Example


Text Example

White with #958320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958320; }

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

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

background-color css

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

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

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

border-color css

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

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

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