Html Css Color HEX #9C5719 Rich Gold

📋 copy color: '#9C5719'

red 156 ◦ green 87 ◦ blue 25

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

Shades of Rich Gold #9C5719

Tints of Rich Gold #9C5719

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 25 (10.16% from 255) = 9.33%

R = 58.21%
G = 32.46%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9C5719 (or 0x9C5719) is known color: Rich Gold. HEX triplet: 9C, 57 and 19. RGB value is (156,87,25). Sum of RGB (Red+Green+Blue) = 156+87+25=268 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.21% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5719 is #63A8E6. Grayscale: #646464. Windows color (decimal): -6531303 or 1660828. OLE color: 1660828.

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

Color convert

RGB 156 87 25 -
CMYK 0 0.44 0.84 0.39
HSL 28.4º 0.72% 0.35% -
HSV(B) 28.4º 0.84% 0.61% -
XYZ 17.29 13.95 2.7 -
YUV 100.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 156 87 25 0 0.44 0.84 0.39 28.4 0.72 0.35
Hex 9C 57 19 0 2C 54 27 1C 48 23
Octal 234 127 31 0 54 124 47 34 110 43
Binary 10011100 1010111 11001 0 101100 1010100 100111 11100 1001000 100011

Color Harmonies of #9C5719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5719

Black with #9C5719

Text Example


Text Example

White with #9C5719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,25); }

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

background-color css

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

 a { background-color: rgb(156,87,25); }

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

border-color css

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

 span { border-color: rgb(156,87,25); }

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