#CD7935

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

Shades of Bronze #CD7935

Tints of Bronze #CD7935

Color information

#CD7935 (or 0xCD7935) is unknown color: approx Bronze. HEX triplet: CD, 79 and 35. RGB value is (205,121,53). Sum of RGB (Red+Green+Blue) = 205+121+53=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7935 is #3286CA. Grayscale: #8A8A8A. Windows color (decimal): -3311307 or 3504589. OLE color: 3504589.

HSL color Cylindrical-coordinate representation of color #CD7935: hue angle of 26.84º 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 #CD7935 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20512153-
CMYK00.410.740.20
HSL26.84º60.32%50.59%-
HSV(B)26.84º74.15%80.39%-
XYZ32.6626.916.84-
YUV138.3679.83175.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.09%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=54.09%
G=31.93%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051215300.410.740.2026.8460.3250.59
HexCD79350294A141b3c33
Octal3151716505111224337463
Binary110011011111001110101010100110010101010011011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7935; }

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

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

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

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

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

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

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

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