Html Css Color HEX #9C4F16 Rich Gold

📋 copy color: '#9C4F16'

red 156 ◦ green 79 ◦ blue 22

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

Shades of Rich Gold #9C4F16

Tints of Rich Gold #9C4F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.74%

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

R = 60.7%
G = 30.74%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9C4F16 (or 0x9C4F16) is known color: Rich Gold. HEX triplet: 9C, 4F and 16. RGB value is (156,79,22). Sum of RGB (Red+Green+Blue) = 156+79+22=257 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.70% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C4F16 is #63B0E9. Grayscale: #5F5F5F. Windows color (decimal): -6533354 or 1462172. OLE color: 1462172.

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

Color convert

RGB 156 79 22 -
CMYK 0 0.49 0.86 0.39
HSL 25.52º 0.75% 0.35% -
HSV(B) 25.52º 0.86% 0.61% -
XYZ 16.65 12.72 2.34 -
YUV 95.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 156 79 22 0 0.49 0.86 0.39 25.52 0.75 0.35
Hex 9C 4F 16 0 31 56 27 1A 4B 23
Octal 234 117 26 0 61 126 47 32 113 43
Binary 10011100 1001111 10110 0 110001 1010110 100111 11010 1001011 100011

Color Harmonies of #9C4F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4F16

Black with #9C4F16

Text Example


Text Example

White with #9C4F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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