#C98031

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

Shades of Bronze #C98031

Tints of Bronze #C98031

Color information

#C98031 (or 0xC98031) is unknown color: approx Bronze. HEX triplet: C9, 80 and 31. RGB value is (201,128,49). Sum of RGB (Red+Green+Blue) = 201+128+49=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C98031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98031 is #367FCE. Grayscale: #8D8D8D. Windows color (decimal): -3571663 or 3244233. OLE color: 3244233.

HSL color Cylindrical-coordinate representation of color #C98031: hue angle of 31.18º 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 #C98031 is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20112849-
CMYK00.360.760.21
HSL31.18º60.8%49.02%-
HSV(B)31.18º75.62%78.82%-
XYZ32.3628.086.62-
YUV140.8276.18170.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 49 (19.53% from 255) = 12.96%
R=53.17%
G=33.86%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011284900.360.760.2131.1860.849.02
HexC980310244C151f3d31
Octal3112006104411425377561
Binary1100100110000000110001010010010011001010111111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98031; }

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

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

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

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

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

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

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

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