#C97C34

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

Shades of Bronze #C97C34

Tints of Bronze #C97C34

Color information

#C97C34 (or 0xC97C34) is unknown color: approx Bronze. HEX triplet: C9, 7C and 34. RGB value is (201,124,52). Sum of RGB (Red+Green+Blue) = 201+124+52=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C34 is #3683CB. Grayscale: #8B8B8B. Windows color (decimal): -3572684 or 3439817. OLE color: 3439817.

HSL color Cylindrical-coordinate representation of color #C97C34: hue angle of 28.99º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C97C34 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20112452-
CMYK00.380.740.21
HSL28.99º58.89%49.61%-
HSV(B)28.99º74.13%78.82%-
XYZ31.9127.086.79-
YUV138.8279.01172.35-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 52 (20.70% from 255) = 13.79%
R=53.32%
G=32.89%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011245200.380.740.2128.9958.8949.61
HexC97C340264A151d3b32
Octal3111746404611225357362
Binary110010011111100110100010011010010101010111101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97C34; }

 p { color: rgb(201,124,52); }

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

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

 a { background-color: rgb(201,124,52); }

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

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

 span { border-color: rgb(201,124,52); }

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