#CE7936

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

Shades of Bronze #CE7936

Tints of Bronze #CE7936

Color information

#CE7936 (or 0xCE7936) is unknown color: approx Bronze. HEX triplet: CE, 79 and 36. RGB value is (206,121,54). Sum of RGB (Red+Green+Blue) = 206+121+54=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7936 is #3186C9. Grayscale: #8B8B8B. Windows color (decimal): -3245770 or 3570126. OLE color: 3570126.

HSL color Cylindrical-coordinate representation of color #CE7936: hue angle of 26.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE7936 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20612154-
CMYK00.410.740.19
HSL26.45º60.8%50.98%-
HSV(B)26.45º73.79%80.78%-
XYZ32.9627.066.98-
YUV138.7880.16175.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 54 (21.48% from 255) = 14.17%
R=54.07%
G=31.76%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061215400.410.740.1926.4560.850.98
HexCE79360294A131a3d33
Octal3161716605111223327563
Binary110011101111001110110010100110010101001111010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7936; }

 p { color: rgb(206,121,54); }

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

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

 a { background-color: rgb(206,121,54); }

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

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

 span { border-color: rgb(206,121,54); }

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