Html Css Color HEX #9C5924 Rich Gold

📋 copy color: '#9C5924'

red 156 ◦ green 89 ◦ blue 36

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

Shades of Rich Gold #9C5924

Tints of Rich Gold #9C5924

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 55.52%
G = 31.67%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9C5924 (or 0x9C5924) is known color: Rich Gold. HEX triplet: 9C, 59 and 24. RGB value is (156,89,36). Sum of RGB (Red+Green+Blue) = 156+89+36=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5924 is #63A6DB. Grayscale: #676767. Windows color (decimal): -6530780 or 2382236. OLE color: 2382236.

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

Color convert

RGB 156 89 36 -
CMYK 0 0.43 0.77 0.39
HSL 26.5º 0.63% 0.38% -
HSV(B) 26.5º 0.77% 0.61% -
XYZ 17.6 14.34 3.51 -
YUV 102.99 90.2 165.81 -
System Red Green Blue C M Y K H S L
Decimal 156 89 36 0 0.43 0.77 0.39 26.5 0.63 0.38
Hex 9C 59 24 0 2B 4D 27 1A 3E 26
Octal 234 131 44 0 53 115 47 32 76 46
Binary 10011100 1011001 100100 0 101011 1001101 100111 11010 111110 100110

Color Harmonies of #9C5924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5924

Black with #9C5924

Text Example


Text Example

White with #9C5924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,89,36); }

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

background-color css

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

 a { background-color: rgb(156,89,36); }

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

border-color css

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

 span { border-color: rgb(156,89,36); }

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