#9C581B

Color #9C581B Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9C581B

Tints of Rich Gold #9C581B

Color information

#9C581B (or 0x9C581B) is unknown color: approx Rich Gold. HEX triplet: 9C, 58 and 1B. RGB value is (156,88,27). Sum of RGB (Red+Green+Blue) = 156+88+27=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C581B is #63A7E4. Grayscale: #656565. Windows color (decimal): -6531045 or 1792156. OLE color: 1792156.

HSL color Cylindrical-coordinate representation of color #9C581B: hue angle of 28.37º 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 #9C581B is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1568827-
CMYK00.440.830.39
HSL28.37º70.49%35.88%-
HSV(B)28.37º82.69%61.18%-
XYZ17.414.132.85-
YUV101.3886.03166.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.56%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=57.56%
G=32.47%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156882700.440.830.3928.3770.4935.88
Hex9C581B02C53271c4624
Octal23413033054123473410644
Binary1001110010110001101101011001010011100111111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C581B;
 }
 .AnyTagClassName
 {
   color: #9C581B;
 }
</style>
background-color css

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

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

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

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

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

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