#CF7838

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

Shades of Bronze #CF7838

Tints of Bronze #CF7838

Color information

#CF7838 (or 0xCF7838) is unknown color: approx Bronze. HEX triplet: CF, 78 and 38. RGB value is (207,120,56). Sum of RGB (Red+Green+Blue) = 207+120+56=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7838 is #3087C7. Grayscale: #8B8B8B. Windows color (decimal): -3180488 or 3700943. OLE color: 3700943.

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

Color convert

RGB20712056-
CMYK00.420.730.19
HSL25.43º61.13%51.57%-
HSV(B)25.43º72.95%81.18%-
XYZ33.1626.987.2-
YUV138.7281.32176.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 56 (22.27% from 255) = 14.62%
R=54.05%
G=31.33%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071205600.420.730.1925.4361.1351.57
HexCF783802A4913193d34
Octal3171707005211123317564
Binary110011111111000111000010101010010011001111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7838; }

 p { color: rgb(207,120,56); }

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

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

 a { background-color: rgb(207,120,56); }

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

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

 span { border-color: rgb(207,120,56); }

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