Html Css Color HEX #9C7E32 Lemon Ginger

📋 copy color: '#9C7E32'

red 156 ◦ green 126 ◦ blue 50

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

Shades of Lemon Ginger #9C7E32

Tints of Lemon Ginger #9C7E32

RGB

 RED value IS 156 (61.33% from 255) = 46.99%

 GREEN value IS 126 (49.61% from 255) = 37.95%

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 46.99%
G = 37.95%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9C7E32 (or 0x9C7E32) is known color: Lemon Ginger. HEX triplet: 9C, 7E and 32. RGB value is (156,126,50). Sum of RGB (Red+Green+Blue) = 156+126+50=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7E32 is #6381CD. Grayscale: #7E7E7E. Windows color (decimal): -6521294 or 3309212. OLE color: 3309212.

HSL color Cylindrical-coordinate representation of color #9C7E32: hue angle of 43.02º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C7E32 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 126 50 -
CMYK 0 0.19 0.68 0.39
HSL 43.02º 0.51% 0.4% -
HSV(B) 43.02º 0.68% 0.61% -
XYZ 21.75 22.22 6.16 -
YUV 126.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 156 126 50 0 0.19 0.68 0.39 43.02 0.51 0.4
Hex 9C 7E 32 0 13 44 27 2B 33 28
Octal 234 176 62 0 23 104 47 53 63 50
Binary 10011100 1111110 110010 0 10011 1000100 100111 101011 110011 101000

Color Harmonies of #9C7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7E32

Black with #9C7E32

Text Example


Text Example

White with #9C7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7E32; }

 p { color: rgb(156,126,50); }

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

background-color css

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

 a { background-color: rgb(156,126,50); }

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

border-color css

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

 span { border-color: rgb(156,126,50); }

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