#D3792D

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

Shades of Bronze #D3792D

Tints of Bronze #D3792D

Color information

#D3792D (or 0xD3792D) is unknown color: approx Bronze. HEX triplet: D3, 79 and 2D. RGB value is (211,121,45). Sum of RGB (Red+Green+Blue) = 211+121+45=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D3792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3792D is #2C86D2. Grayscale: #8B8B8B. Windows color (decimal): -2918099 or 2980307. OLE color: 2980307.

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

Color convert

RGB21112145-
CMYK00.430.790.17
HSL27.47º65.35%50.2%-
HSV(B)27.47º78.67%82.75%-
XYZ34.1727.716.03-
YUV139.2574.82179.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.97%
GREEN value IS 121 (47.66% from 255) = 32.10%
BLUE value IS 45 (17.97% from 255) = 11.94%
R=55.97%
G=32.10%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111214500.430.790.1727.4765.3550.2
HexD3792D02B4F111b4132
Octal32317155053117213310162
Binary1101001111110011011010101011100111110001110111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3792D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3792D; }

 p { color: rgb(211,121,45); }

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

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

 a { background-color: rgb(211,121,45); }

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

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

 span { border-color: rgb(211,121,45); }

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