#CA7F30

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

Shades of Bronze #CA7F30

Tints of Bronze #CA7F30

Color information

#CA7F30 (or 0xCA7F30) is unknown color: approx Bronze. HEX triplet: CA, 7F and 30. RGB value is (202,127,48). Sum of RGB (Red+Green+Blue) = 202+127+48=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F30 is #3580CF. Grayscale: #8C8C8C. Windows color (decimal): -3506384 or 3178442. OLE color: 3178442.

HSL color Cylindrical-coordinate representation of color #CA7F30: hue angle of 30.78º 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 #CA7F30 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20212748-
CMYK00.370.760.21
HSL30.78º61.6%49.02%-
HSV(B)30.78º76.24%79.22%-
XYZ32.4827.956.48-
YUV140.4275.85171.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 127 (50% from 255) = 33.69%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=53.58%
G=33.69%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021274800.370.760.2130.7861.649.02
HexCA7F300254C151f3e31
Octal3121776004511425377661
Binary110010101111111110000010010110011001010111111111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F30; }

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

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

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

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

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

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

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

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