#ce7f2d

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

Shades of Bronze #CE7F2D

Tints of Bronze #CE7F2D

Color information

#CE7F2D (or 0xCE7F2D) is unknown color: approx Bronze. HEX triplet: CE, 7F and 2D. RGB value is (206,127,45). Sum of RGB (Red+Green+Blue) = 206+127+45=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F2D is #3180D2. Grayscale: #8D8D8D. Windows color (decimal): -3244243 or 2981838. OLE color: 2981838.

HSL color Cylindrical-coordinate representation of color #CE7F2D: hue angle of 30.56º 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 #CE7F2D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20612745-
CMYK00.380.780.19
HSL30.56º64.14%49.22%-
HSV(B)30.56º78.16%80.78%-
XYZ33.5228.496.22-
YUV141.2773.67174.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 127 (50% from 255) = 33.60%
BLUE value IS 45 (17.97% from 255) = 11.90%
R=54.50%
G=33.60%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061274500.380.780.1930.5664.1449.22
HexCE7F2D0264E131f4031
Octal31617755046116233710061
Binary1100111011111111011010100110100111010011111111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce7f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce7f2d; }

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

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

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

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

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

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

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

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