#CA7A34

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

Shades of Bronze #CA7A34

Tints of Bronze #CA7A34

Color information

#CA7A34 (or 0xCA7A34) is unknown color: approx Bronze. HEX triplet: CA, 7A and 34. RGB value is (202,122,52). Sum of RGB (Red+Green+Blue) = 202+122+52=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7A34 is #3585CB. Grayscale: #8A8A8A. Windows color (decimal): -3507660 or 3439306. OLE color: 3439306.

HSL color Cylindrical-coordinate representation of color #CA7A34: hue angle of 28º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA7A34 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20212252-
CMYK00.400.740.21
HSL28º59.06%49.8%-
HSV(B)28º74.26%79.22%-
XYZ31.9426.726.72-
YUV137.9479.5173.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.72%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 52 (20.70% from 255) = 13.83%
R=53.72%
G=32.45%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021225200.400.740.212859.0649.8
HexCA7A340284A151c3b32
Octal3121726405011225347362
Binary110010101111010110100010100010010101010111100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7A34; }

 p { color: rgb(202,122,52); }

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

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

 a { background-color: rgb(202,122,52); }

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

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

 span { border-color: rgb(202,122,52); }

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