#C97931

Color #C97931 Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #C97931

Tints of Bronze #C97931

Color information

#C97931 (or 0xC97931) is unknown color: approx Bronze. HEX triplet: C9, 79 and 31. RGB value is (201,121,49). Sum of RGB (Red+Green+Blue) = 201+121+49=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C97931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97931 is #3686CE. Grayscale: #898989. Windows color (decimal): -3573455 or 3242441. OLE color: 3242441.

HSL color Cylindrical-coordinate representation of color #C97931: hue angle of 28.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C97931 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20112149-
CMYK00.400.760.21
HSL28.42º60.8%49.02%-
HSV(B)28.42º75.62%78.82%-
XYZ31.4826.316.33-
YUV136.7178.5173.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=54.18%
G=32.61%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011214900.400.760.2128.4260.849.02
HexC979310284C151c3d31
Octal3111716105011425347561
Binary110010011111001110001010100010011001010111100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97931; }

 p { color: rgb(201,121,49); }

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

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

 a { background-color: rgb(201,121,49); }

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

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

 span { border-color: rgb(201,121,49); }

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