#D0772C

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

Shades of Bronze #D0772C

Tints of Bronze #D0772C

Color information

#D0772C (or 0xD0772C) is unknown color: approx Bronze. HEX triplet: D0, 77 and 2C. RGB value is (208,119,44). Sum of RGB (Red+Green+Blue) = 208+119+44=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0772C is #2F88D3. Grayscale: #898989. Windows color (decimal): -3115220 or 2914256. OLE color: 2914256.

HSL color Cylindrical-coordinate representation of color #D0772C: hue angle of 27.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0772C is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB20811944-
CMYK00.430.790.18
HSL27.44º65.08%49.41%-
HSV(B)27.44º78.85%81.57%-
XYZ33.0626.795.81-
YUV137.0675.49178.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.06%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 44 (17.58% from 255) = 11.86%
R=56.06%
G=32.08%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081194400.430.790.1827.4465.0849.41
HexD0772C02B4F121b4131
Octal32016754053117223310161
Binary1101000011101111011000101011100111110010110111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0772C; }

 p { color: rgb(208,119,44); }

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

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

 a { background-color: rgb(208,119,44); }

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

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

 span { border-color: rgb(208,119,44); }

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