#CD7830

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

Shades of Bronze #CD7830

Tints of Bronze #CD7830

Color information

#CD7830 (or 0xCD7830) is unknown color: approx Bronze. HEX triplet: CD, 78 and 30. RGB value is (205,120,48). Sum of RGB (Red+Green+Blue) = 205+120+48=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7830 is #3287CF. Grayscale: #898989. Windows color (decimal): -3311568 or 3176653. OLE color: 3176653.

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

Color convert

RGB20512048-
CMYK00.410.770.20
HSL27.52º62.06%49.61%-
HSV(B)27.52º76.59%80.39%-
XYZ32.4326.636.23-
YUV137.2177.66176.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.96%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 48 (19.14% from 255) = 12.87%
R=54.96%
G=32.17%
B=12.87%

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
Decimal2051204800.410.770.2027.5262.0649.61
HexCD78300294D141c3e32
Octal3151706005111524347662
Binary110011011111000110000010100110011011010011100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7830; }

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

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

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

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

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

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

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

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