#CE7A35

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

Shades of Bronze #CE7A35

Tints of Bronze #CE7A35

Color information

#CE7A35 (or 0xCE7A35) is unknown color: approx Bronze. HEX triplet: CE, 7A and 35. RGB value is (206,122,53). Sum of RGB (Red+Green+Blue) = 206+122+53=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7A35 is #3185CA. Grayscale: #8B8B8B. Windows color (decimal): -3245515 or 3504846. OLE color: 3504846.

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

Color convert

RGB20612253-
CMYK00.410.740.19
HSL27.06º60.96%50.78%-
HSV(B)27.06º74.27%80.78%-
XYZ33.0627.36.89-
YUV139.2579.33175.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 53 (21.09% from 255) = 13.91%
R=54.07%
G=32.02%
B=13.91%

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
Decimal2061225300.410.740.1927.0660.9650.78
HexCE7A350294A131b3d33
Octal3161726505111223337563
Binary110011101111010110101010100110010101001111011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A35; }

 p { color: rgb(206,122,53); }

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

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

 a { background-color: rgb(206,122,53); }

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

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

 span { border-color: rgb(206,122,53); }

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