Html Css Color HEX #9C4D16 Rich Gold

📋 copy color: '#9C4D16'

red 156 ◦ green 77 ◦ blue 22

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

Shades of Rich Gold #9C4D16

Tints of Rich Gold #9C4D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 61.18%
G = 30.2%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C4D16 (or 0x9C4D16) is known color: Rich Gold. HEX triplet: 9C, 4D and 16. RGB value is (156,77,22). Sum of RGB (Red+Green+Blue) = 156+77+22=255 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.18% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4D16 is #63B2E9. Grayscale: #5E5E5E. Windows color (decimal): -6533866 or 1461660. OLE color: 1461660.

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

Color convert

RGB 156 77 22 -
CMYK 0 0.51 0.86 0.39
HSL 24.63º 0.75% 0.35% -
HSV(B) 24.63º 0.86% 0.61% -
XYZ 16.51 12.43 2.29 -
YUV 94.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 156 77 22 0 0.51 0.86 0.39 24.63 0.75 0.35
Hex 9C 4D 16 0 33 56 27 19 4B 23
Octal 234 115 26 0 63 126 47 31 113 43
Binary 10011100 1001101 10110 0 110011 1010110 100111 11001 1001011 100011

Color Harmonies of #9C4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4D16

Black with #9C4D16

Text Example


Text Example

White with #9C4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,77,22); }

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

background-color css

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

 a { background-color: rgb(156,77,22); }

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

border-color css

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

 span { border-color: rgb(156,77,22); }

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