#CA7F33

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

Shades of Bronze #CA7F33

Tints of Bronze #CA7F33

Color information

#CA7F33 (or 0xCA7F33) is unknown color: approx Bronze. HEX triplet: CA, 7F and 33. RGB value is (202,127,51). Sum of RGB (Red+Green+Blue) = 202+127+51=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F33 is #3580CC. Grayscale: #8D8D8D. Windows color (decimal): -3506381 or 3375050. OLE color: 3375050.

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

Color convert

RGB20212751-
CMYK00.370.750.21
HSL30.2º59.68%49.61%-
HSV(B)30.2º74.75%79.22%-
XYZ32.5427.976.82-
YUV140.7677.35171.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.16%
GREEN value IS 127 (50% from 255) = 33.42%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=53.16%
G=33.42%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021275100.370.750.2130.259.6849.61
HexCA7F330254B151e3c32
Octal3121776304511325367462
Binary110010101111111110011010010110010111010111110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F33; }

 p { color: rgb(202,127,51); }

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

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

 a { background-color: rgb(202,127,51); }

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

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

 span { border-color: rgb(202,127,51); }

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