Html Css Color HEX #9C832D Lemon Ginger

📋 copy color: '#9C832D'

red 156 ◦ green 131 ◦ blue 45

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

Shades of Lemon Ginger #9C832D

Tints of Lemon Ginger #9C832D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 46.99%
G = 39.46%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9C832D (or 0x9C832D) is known color: Lemon Ginger. HEX triplet: 9C, 83 and 2D. RGB value is (156,131,45). Sum of RGB (Red+Green+Blue) = 156+131+45=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C832D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C832D is #637CD2. Grayscale: #818181. Windows color (decimal): -6520019 or 2982812. OLE color: 2982812.

HSL color Cylindrical-coordinate representation of color #9C832D: hue angle of 46.49º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C832D is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 131 45 -
CMYK 0 0.16 0.71 0.39
HSL 46.49º 0.55% 0.39% -
HSV(B) 46.49º 0.71% 0.61% -
XYZ 22.3 23.49 5.84 -
YUV 128.67 80.78 147.49 -
System Red Green Blue C M Y K H S L
Decimal 156 131 45 0 0.16 0.71 0.39 46.49 0.55 0.39
Hex 9C 83 2D 0 10 47 27 2E 37 27
Octal 234 203 55 0 20 107 47 56 67 47
Binary 10011100 10000011 101101 0 10000 1000111 100111 101110 110111 100111

Color Harmonies of #9C832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C832D

Black with #9C832D

Text Example


Text Example

White with #9C832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,131,45); }

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

background-color css

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

 a { background-color: rgb(156,131,45); }

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

border-color css

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

 span { border-color: rgb(156,131,45); }

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