Html Css Color HEX #9C471F Rich Gold

📋 copy color: '#9C471F'

red 156 ◦ green 71 ◦ blue 31

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

Shades of Rich Gold #9C471F

Tints of Rich Gold #9C471F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 60.47%
G = 27.52%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#9C471F (or 0x9C471F) is known color: Rich Gold. HEX triplet: 9C, 47 and 1F. RGB value is (156,71,31). Sum of RGB (Red+Green+Blue) = 156+71+31=258 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60.47% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 156 - color contains mainly: red. Hex color #9C471F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C471F is #63B8E0. Grayscale: #5C5C5C. Windows color (decimal): -6535393 or 2049948. OLE color: 2049948.

HSL color Cylindrical-coordinate representation of color #9C471F: hue angle of 19.2º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C471F is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 71 31 -
CMYK 0 0.54 0.80 0.39
HSL 19.2º 0.67% 0.37% -
HSV(B) 19.2º 0.8% 0.61% -
XYZ 16.21 11.67 2.7 -
YUV 91.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 156 71 31 0 0.54 0.80 0.39 19.2 0.67 0.37
Hex 9C 47 1F 0 36 50 27 13 43 25
Octal 234 107 37 0 66 120 47 23 103 45
Binary 10011100 1000111 11111 0 110110 1010000 100111 10011 1000011 100101

Color Harmonies of #9C471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C471F

Black with #9C471F

Text Example


Text Example

White with #9C471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,71,31); }

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

background-color css

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

 a { background-color: rgb(156,71,31); }

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

border-color css

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

 span { border-color: rgb(156,71,31); }

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