#CD782F

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

Shades of Bronze #CD782F

Tints of Bronze #CD782F

Color information

#CD782F (or 0xCD782F) is unknown color: approx Bronze. HEX triplet: CD, 78 and 2F. RGB value is (205,120,47). Sum of RGB (Red+Green+Blue) = 205+120+47=372 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.11% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 47 (18.75% from 255 or 12.63% from 372); Max value from RGB is 205 - color contains mainly: red. Hex color #CD782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD782F is #3287D0. Grayscale: #898989. Windows color (decimal): -3311569 or 3111117. OLE color: 3111117.

HSL color Cylindrical-coordinate representation of color #CD782F: hue angle of 27.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD782F is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB20512047-
CMYK00.410.770.20
HSL27.72º62.7%49.41%-
HSV(B)27.72º77.07%80.39%-
XYZ32.4126.626.12-
YUV137.0977.16176.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 55.11%
GREEN value IS 120 (47.27% from 255) = 32.26%
BLUE value IS 47 (18.75% from 255) = 12.63%
R=55.11%
G=32.26%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051204700.410.770.2027.7262.749.41
HexCD782F0294D141c3f31
Octal3151705705111524347761
Binary110011011111000101111010100110011011010011100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD782F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD782F; }

 p { color: rgb(205,120,47); }

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

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

 a { background-color: rgb(205,120,47); }

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

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

 span { border-color: rgb(205,120,47); }

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