#CE772D

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

Shades of Bronze #CE772D

Tints of Bronze #CE772D

Color information

#CE772D (or 0xCE772D) is unknown color: approx Bronze. HEX triplet: CE, 77 and 2D. RGB value is (206,119,45). Sum of RGB (Red+Green+Blue) = 206+119+45=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE772D is #3188D2. Grayscale: #888888. Windows color (decimal): -3246291 or 2979790. OLE color: 2979790.

HSL color Cylindrical-coordinate representation of color #CE772D: hue angle of 27.58º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE772D is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20611945-
CMYK00.420.780.19
HSL27.58º64.14%49.22%-
HSV(B)27.58º78.16%80.78%-
XYZ32.5226.55.88-
YUV136.5876.32177.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.68%
GREEN value IS 119 (46.88% from 255) = 32.16%
BLUE value IS 45 (17.97% from 255) = 12.16%
R=55.68%
G=32.16%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061194500.420.780.1927.5864.1449.22
HexCE772D02A4E131c4031
Octal31616755052116233410061
Binary1100111011101111011010101010100111010011111001000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE772D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE772D; }

 p { color: rgb(206,119,45); }

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

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

 a { background-color: rgb(206,119,45); }

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

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

 span { border-color: rgb(206,119,45); }

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