Html Css Color HEX #9C501C Rich Gold

📋 copy color: '#9C501C'

red 156 ◦ green 80 ◦ blue 28

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

Shades of Rich Gold #9C501C

Tints of Rich Gold #9C501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 59.09%
G = 30.3%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9C501C (or 0x9C501C) is known color: Rich Gold. HEX triplet: 9C, 50 and 1C. RGB value is (156,80,28). Sum of RGB (Red+Green+Blue) = 156+80+28=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C501C is #63AFE3. Grayscale: #616161. Windows color (decimal): -6533092 or 1855644. OLE color: 1855644.

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

Color convert

RGB 156 80 28 -
CMYK 0 0.49 0.82 0.39
HSL 24.38º 0.7% 0.36% -
HSV(B) 24.38º 0.82% 0.61% -
XYZ 16.79 12.89 2.7 -
YUV 96.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 156 80 28 0 0.49 0.82 0.39 24.38 0.7 0.36
Hex 9C 50 1C 0 31 52 27 18 46 24
Octal 234 120 34 0 61 122 47 30 106 44
Binary 10011100 1010000 11100 0 110001 1010010 100111 11000 1000110 100100

Color Harmonies of #9C501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C501C

Black with #9C501C

Text Example


Text Example

White with #9C501C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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