#CE7B34

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

Shades of Bronze #CE7B34

Tints of Bronze #CE7B34

Color information

#CE7B34 (or 0xCE7B34) is unknown color: approx Bronze. HEX triplet: CE, 7B and 34. RGB value is (206,123,52). Sum of RGB (Red+Green+Blue) = 206+123+52=381 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.07% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7B34 is #3184CB. Grayscale: #8C8C8C. Windows color (decimal): -3245260 or 3439566. OLE color: 3439566.

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

Color convert

RGB20612352-
CMYK00.400.750.19
HSL27.66º61.11%50.59%-
HSV(B)27.66º74.76%80.78%-
XYZ33.1627.546.82-
YUV139.7278.5175.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.07%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=54.07%
G=32.28%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061235200.400.750.1927.6661.1150.59
HexCE7B340284B131c3d33
Octal3161736405011323347563
Binary110011101111011110100010100010010111001111100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7B34; }

 p { color: rgb(206,123,52); }

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

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

 a { background-color: rgb(206,123,52); }

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

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

 span { border-color: rgb(206,123,52); }

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