Html Css Color HEX #9C491B Rich Gold

📋 copy color: '#9C491B'

red 156 ◦ green 73 ◦ blue 27

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

Shades of Rich Gold #9C491B

Tints of Rich Gold #9C491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 60.94%
G = 28.52%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C491B (or 0x9C491B) is known color: Rich Gold. HEX triplet: 9C, 49 and 1B. RGB value is (156,73,27). Sum of RGB (Red+Green+Blue) = 156+73+27=256 (33% of max value = 765). Red value is 156 (61.33% from 255 or 60.94% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 156 - color contains mainly: red. Hex color #9C491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C491B is #63B6E4. Grayscale: #5C5C5C. Windows color (decimal): -6534885 or 1788316. OLE color: 1788316.

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

Color convert

RGB 156 73 27 -
CMYK 0 0.53 0.83 0.39
HSL 21.4º 0.7% 0.36% -
HSV(B) 21.4º 0.83% 0.61% -
XYZ 16.29 11.91 2.48 -
YUV 92.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 156 73 27 0 0.53 0.83 0.39 21.4 0.7 0.36
Hex 9C 49 1B 0 35 53 27 15 46 24
Octal 234 111 33 0 65 123 47 25 106 44
Binary 10011100 1001001 11011 0 110101 1010011 100111 10101 1000110 100100

Color Harmonies of #9C491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C491B

Black with #9C491B

Text Example


Text Example

White with #9C491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,73,27); }

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

background-color css

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

 a { background-color: rgb(156,73,27); }

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

border-color css

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

 span { border-color: rgb(156,73,27); }

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