#C97A35

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

Shades of Bronze #C97A35

Tints of Bronze #C97A35

Color information

#C97A35 (or 0xC97A35) is unknown color: approx Bronze. HEX triplet: C9, 7A and 35. RGB value is (201,122,53). Sum of RGB (Red+Green+Blue) = 201+122+53=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C97A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97A35 is #3685CA. Grayscale: #8A8A8A. Windows color (decimal): -3573195 or 3504841. OLE color: 3504841.

HSL color Cylindrical-coordinate representation of color #C97A35: hue angle of 27.97º degrees, saturation: 0.58, 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 #C97A35 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20112253-
CMYK00.390.740.21
HSL27.97º58.27%49.8%-
HSV(B)27.97º73.63%78.82%-
XYZ31.6926.596.83-
YUV137.7680.17173.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 53 (21.09% from 255) = 14.10%
R=53.46%
G=32.45%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011225300.390.740.2127.9758.2749.8
HexC97A350274A151c3a32
Octal3111726504711225347262
Binary110010011111010110101010011110010101010111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97A35; }

 p { color: rgb(201,122,53); }

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

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

 a { background-color: rgb(201,122,53); }

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

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

 span { border-color: rgb(201,122,53); }

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