#C97632

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

Shades of Bronze #C97632

Tints of Bronze #C97632

Color information

#C97632 (or 0xC97632) is unknown color: approx Bronze. HEX triplet: C9, 76 and 32. RGB value is (201,118,50). Sum of RGB (Red+Green+Blue) = 201+118+50=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C97632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97632 is #3689CD. Grayscale: #878787. Windows color (decimal): -3574222 or 3307209. OLE color: 3307209.

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

Color convert

RGB20111850-
CMYK00.410.750.21
HSL27.02º60.16%49.22%-
HSV(B)27.02º75.12%78.82%-
XYZ31.1425.66.32-
YUV135.0680175.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 50 (19.92% from 255) = 13.55%
R=54.47%
G=31.98%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011185000.410.750.2127.0260.1649.22
HexC976320294B151b3c31
Octal3111666205111325337461
Binary110010011110110110010010100110010111010111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97632; }

 p { color: rgb(201,118,50); }

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

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

 a { background-color: rgb(201,118,50); }

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

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

 span { border-color: rgb(201,118,50); }

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