Html Css Color HEX #9C5517 Rich Gold

📋 copy color: '#9C5517'

red 156 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #9C5517

Tints of Rich Gold #9C5517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 23 (9.38% from 255) = 8.71%

R = 59.09%
G = 32.2%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9C5517 (or 0x9C5517) is known color: Rich Gold. HEX triplet: 9C, 55 and 17. RGB value is (156,85,23). Sum of RGB (Red+Green+Blue) = 156+85+23=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5517 is #63AAE8. Grayscale: #636363. Windows color (decimal): -6531817 or 1529244. OLE color: 1529244.

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

Color convert

RGB 156 85 23 -
CMYK 0 0.46 0.85 0.39
HSL 27.97º 0.74% 0.35% -
HSV(B) 27.97º 0.85% 0.61% -
XYZ 17.11 13.63 2.54 -
YUV 99.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 156 85 23 0 0.46 0.85 0.39 27.97 0.74 0.35
Hex 9C 55 17 0 2E 55 27 1C 4A 23
Octal 234 125 27 0 56 125 47 34 112 43
Binary 10011100 1010101 10111 0 101110 1010101 100111 11100 1001010 100011

Color Harmonies of #9C5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5517

Black with #9C5517

Text Example


Text Example

White with #9C5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,23); }

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

background-color css

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

 a { background-color: rgb(156,85,23); }

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

border-color css

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

 span { border-color: rgb(156,85,23); }

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