#CE7933

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

Shades of Bronze #CE7933

Tints of Bronze #CE7933

Color information

#CE7933 (or 0xCE7933) is unknown color: approx Bronze. HEX triplet: CE, 79 and 33. RGB value is (206,121,51). Sum of RGB (Red+Green+Blue) = 206+121+51=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7933 is #3186CC. Grayscale: #8A8A8A. Windows color (decimal): -3245773 or 3373518. OLE color: 3373518.

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

Color convert

RGB20612151-
CMYK00.410.750.19
HSL27.1º61.26%50.39%-
HSV(B)27.1º75.24%80.78%-
XYZ32.8927.046.62-
YUV138.4378.66176.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.50%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=54.50%
G=32.01%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061215100.410.750.1927.161.2650.39
HexCE79330294B131b3d32
Octal3161716305111323337562
Binary110011101111001110011010100110010111001111011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7933; }

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

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

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

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

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

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

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

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