#CA7C30

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

Shades of Bronze #CA7C30

Tints of Bronze #CA7C30

Color information

#CA7C30 (or 0xCA7C30) is unknown color: approx Bronze. HEX triplet: CA, 7C and 30. RGB value is (202,124,48). Sum of RGB (Red+Green+Blue) = 202+124+48=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7C30 is #3583CF. Grayscale: #8B8B8B. Windows color (decimal): -3507152 or 3177674. OLE color: 3177674.

HSL color Cylindrical-coordinate representation of color #CA7C30: hue angle of 29.61º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA7C30 is Cyan = 0, Magento = 0.39, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20212448-
CMYK00.390.760.21
HSL29.61º61.6%49.02%-
HSV(B)29.61º76.24%79.22%-
XYZ32.127.196.35-
YUV138.6676.84173.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.01%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 48 (19.14% from 255) = 12.83%
R=54.01%
G=33.16%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021244800.390.760.2129.6161.649.02
HexCA7C300274C151e3e31
Octal3121746004711425367661
Binary110010101111100110000010011110011001010111110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7C30; }

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

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

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

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

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

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

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

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