#CA7632

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

Shades of Bronze #CA7632

Tints of Bronze #CA7632

Color information

#CA7632 (or 0xCA7632) is unknown color: approx Bronze. HEX triplet: CA, 76 and 32. RGB value is (202,118,50). Sum of RGB (Red+Green+Blue) = 202+118+50=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7632 is #3589CD. Grayscale: #878787. Windows color (decimal): -3508686 or 3307210. OLE color: 3307210.

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

Color convert

RGB20211850-
CMYK00.420.750.21
HSL26.84º60.32%49.41%-
HSV(B)26.84º75.25%79.22%-
XYZ31.4125.746.33-
YUV135.3679.83175.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.59%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=54.59%
G=31.89%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021185000.420.750.2126.8460.3249.41
HexCA763202A4B151b3c31
Octal3121666205211325337461
Binary110010101110110110010010101010010111010111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7632; }

 p { color: rgb(202,118,50); }

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

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

 a { background-color: rgb(202,118,50); }

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

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

 span { border-color: rgb(202,118,50); }

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