#CE7F32

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

Shades of Bronze #CE7F32

Tints of Bronze #CE7F32

Color information

#CE7F32 (or 0xCE7F32) is unknown color: approx Bronze. HEX triplet: CE, 7F and 32. RGB value is (206,127,50). Sum of RGB (Red+Green+Blue) = 206+127+50=383 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.79% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 50 (19.92% from 255 or 13.05% from 383); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7F32 is #3180CD. Grayscale: #8E8E8E. Windows color (decimal): -3244238 or 3309518. OLE color: 3309518.

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

Color convert

RGB20612750-
CMYK00.380.760.19
HSL29.62º61.42%50.2%-
HSV(B)29.62º75.73%80.78%-
XYZ33.6228.536.75-
YUV141.8476.17173.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.79%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 50 (19.92% from 255) = 13.05%
R=53.79%
G=33.16%
B=13.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061275000.380.760.1929.6261.4250.2
HexCE7F320264C131e3d32
Octal3161776204611423367562
Binary110011101111111110010010011010011001001111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7F32; }

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

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

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

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

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

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

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

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