#CA7C35

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

Shades of Bronze #CA7C35

Tints of Bronze #CA7C35

Color information

#CA7C35 (or 0xCA7C35) is unknown color: approx Bronze. HEX triplet: CA, 7C and 35. RGB value is (202,124,53). Sum of RGB (Red+Green+Blue) = 202+124+53=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C35 is #3583CA. Grayscale: #8B8B8B. Windows color (decimal): -3507147 or 3505354. OLE color: 3505354.

HSL color Cylindrical-coordinate representation of color #CA7C35: hue angle of 28.59º degrees, saturation: 0.58, 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 #CA7C35 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20212453-
CMYK00.390.740.21
HSL28.59º58.43%50%-
HSV(B)28.59º73.76%79.22%-
XYZ32.2127.236.93-
YUV139.2379.34172.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.30%
GREEN value IS 124 (48.83% from 255) = 32.72%
BLUE value IS 53 (21.09% from 255) = 13.98%
R=53.30%
G=32.72%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021245300.390.740.2128.5958.4350
HexCA7C350274A151d3a32
Octal3121746504711225357262
Binary110010101111100110101010011110010101010111101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C35; }

 p { color: rgb(202,124,53); }

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

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

 a { background-color: rgb(202,124,53); }

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

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

 span { border-color: rgb(202,124,53); }

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