Html Css Color HEX #9C7F32 Lemon Ginger

📋 copy color: '#9C7F32'

red 156 ◦ green 127 ◦ blue 50

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

Shades of Lemon Ginger #9C7F32

Tints of Lemon Ginger #9C7F32

RGB

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

 GREEN value IS 127 (50% from 255) = 38.14%

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

R = 46.85%
G = 38.14%
B = 15.02%

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

#9C7F32 (or 0x9C7F32) is known color: Lemon Ginger. HEX triplet: 9C, 7F and 32. RGB value is (156,127,50). Sum of RGB (Red+Green+Blue) = 156+127+50=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7F32 is #6380CD. Grayscale: #7F7F7F. Windows color (decimal): -6521038 or 3309468. OLE color: 3309468.

HSL color Cylindrical-coordinate representation of color #9C7F32: hue angle of 43.58º 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 #9C7F32 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 127 50 -
CMYK 0 0.19 0.68 0.39
HSL 43.58º 0.51% 0.4% -
HSV(B) 43.58º 0.68% 0.61% -
XYZ 21.88 22.48 6.2 -
YUV 126.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 156 127 50 0 0.19 0.68 0.39 43.58 0.51 0.4
Hex 9C 7F 32 0 13 44 27 2C 33 28
Octal 234 177 62 0 23 104 47 54 63 50
Binary 10011100 1111111 110010 0 10011 1000100 100111 101100 110011 101000

Color Harmonies of #9C7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7F32

Black with #9C7F32

Text Example


Text Example

White with #9C7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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