#c97d2e

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

Shades of Bronze #C97D2E

Tints of Bronze #C97D2E

Color information

#C97D2E (or 0xC97D2E) is unknown color: approx Bronze. HEX triplet: C9, 7D and 2E. RGB value is (201,125,46). Sum of RGB (Red+Green+Blue) = 201+125+46=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D2E is #3682D1. Grayscale: #8B8B8B. Windows color (decimal): -3572434 or 3046857. OLE color: 3046857.

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

Color convert

RGB20112546-
CMYK00.380.770.21
HSL30.58º62.75%48.43%-
HSV(B)30.58º77.11%78.82%-
XYZ31.9127.286.17-
YUV138.7275.68172.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.03%
GREEN value IS 125 (49.22% from 255) = 33.60%
BLUE value IS 46 (18.36% from 255) = 12.37%
R=54.03%
G=33.60%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011254600.380.770.2130.5862.7548.43
HexC97D2E0264D151f3f30
Octal3111755604611525377760
Binary110010011111101101110010011010011011010111111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97d2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97d2e; }

 p { color: rgb(201,125,46); }

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

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

 a { background-color: rgb(201,125,46); }

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

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

 span { border-color: rgb(201,125,46); }

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