Html Css Color HEX #9C5014 Rich Gold

📋 copy color: '#9C5014'

red 156 ◦ green 80 ◦ blue 20

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

Shades of Rich Gold #9C5014

Tints of Rich Gold #9C5014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 60.94%
G = 31.25%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9C5014 (or 0x9C5014) is known color: Rich Gold. HEX triplet: 9C, 50 and 14. RGB value is (156,80,20). Sum of RGB (Red+Green+Blue) = 156+80+20=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5014 is #63AFEB. Grayscale: #606060. Windows color (decimal): -6533100 or 1331356. OLE color: 1331356.

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

Color convert

RGB 156 80 20 -
CMYK 0 0.49 0.87 0.39
HSL 26.47º 0.77% 0.35% -
HSV(B) 26.47º 0.87% 0.61% -
XYZ 16.71 12.86 2.26 -
YUV 95.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 156 80 20 0 0.49 0.87 0.39 26.47 0.77 0.35
Hex 9C 50 14 0 31 57 27 1A 4D 23
Octal 234 120 24 0 61 127 47 32 115 43
Binary 10011100 1010000 10100 0 110001 1010111 100111 11010 1001101 100011

Color Harmonies of #9C5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5014

Black with #9C5014

Text Example


Text Example

White with #9C5014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,80,20); }

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

background-color css

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

 a { background-color: rgb(156,80,20); }

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

border-color css

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

 span { border-color: rgb(156,80,20); }

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