#CF7A36

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

Shades of Bronze #CF7A36

Tints of Bronze #CF7A36

Color information

#CF7A36 (or 0xCF7A36) is unknown color: approx Bronze. HEX triplet: CF, 7A and 36. RGB value is (207,122,54). Sum of RGB (Red+Green+Blue) = 207+122+54=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A36 is #3085C9. Grayscale: #8C8C8C. Windows color (decimal): -3179978 or 3570383. OLE color: 3570383.

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

Color convert

RGB20712254-
CMYK00.410.740.19
HSL26.67º61.45%51.18%-
HSV(B)26.67º73.91%81.18%-
XYZ33.3627.457.03-
YUV139.6679.66176.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 54 (21.48% from 255) = 14.10%
R=54.05%
G=31.85%
B=14.10%

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
Decimal2071225400.410.740.1926.6761.4551.18
HexCF7A360294A131b3d33
Octal3171726605111223337563
Binary110011111111010110110010100110010101001111011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7A36; }

 p { color: rgb(207,122,54); }

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

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

 a { background-color: rgb(207,122,54); }

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

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

 span { border-color: rgb(207,122,54); }

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