#CD7734

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

Shades of Bronze #CD7734

Tints of Bronze #CD7734

Color information

#CD7734 (or 0xCD7734) is unknown color: approx Bronze. HEX triplet: CD, 77 and 34. RGB value is (205,119,52). Sum of RGB (Red+Green+Blue) = 205+119+52=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7734 is #3288CB. Grayscale: #898989. Windows color (decimal): -3311820 or 3438541. OLE color: 3438541.

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

Color convert

RGB20511952-
CMYK00.420.750.20
HSL26.27º60.47%50.39%-
HSV(B)26.27º74.63%80.39%-
XYZ32.3926.426.64-
YUV137.0879.99176.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 54.52%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=54.52%
G=31.65%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051195200.420.750.2026.2760.4750.39
HexCD773402A4B141a3c32
Octal3151676405211324327462
Binary110011011110111110100010101010010111010011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7734; }

 p { color: rgb(205,119,52); }

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

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

 a { background-color: rgb(205,119,52); }

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

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

 span { border-color: rgb(205,119,52); }

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