#cd7a35

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

Shades of Bronze #CD7A35

Tints of Bronze #CD7A35

Color information

#CD7A35 (or 0xCD7A35) is unknown color: approx Bronze. HEX triplet: CD, 7A and 35. RGB value is (205,122,53). Sum of RGB (Red+Green+Blue) = 205+122+53=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A35 is #3285CA. Grayscale: #8B8B8B. Windows color (decimal): -3311051 or 3504845. OLE color: 3504845.

HSL color Cylindrical-coordinate representation of color #CD7A35: hue angle of 27.24º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD7A35 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20512253-
CMYK00.400.740.20
HSL27.24º60.32%50.59%-
HSV(B)27.24º74.15%80.39%-
XYZ32.7827.166.88-
YUV138.9579.5175.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 53.95%
GREEN value IS 122 (48.05% from 255) = 32.11%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=53.95%
G=32.11%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051225300.400.740.2027.2460.3250.59
HexCD7A350284A141b3c33
Octal3151726505011224337463
Binary110011011111010110101010100010010101010011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7a35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7a35; }

 p { color: rgb(205,122,53); }

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

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

 a { background-color: rgb(205,122,53); }

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

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

 span { border-color: rgb(205,122,53); }

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