#CA7D33

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

Shades of Bronze #CA7D33

Tints of Bronze #CA7D33

Color information

#CA7D33 (or 0xCA7D33) is unknown color: approx Bronze. HEX triplet: CA, 7D and 33. RGB value is (202,125,51). Sum of RGB (Red+Green+Blue) = 202+125+51=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7D33 is #3582CC. Grayscale: #8B8B8B. Windows color (decimal): -3506893 or 3374538. OLE color: 3374538.

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

Color convert

RGB20212551-
CMYK00.380.750.21
HSL29.4º59.68%49.61%-
HSV(B)29.4º74.75%79.22%-
XYZ32.2927.466.73-
YUV139.5978.01172.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 51 (20.31% from 255) = 13.49%
R=53.44%
G=33.07%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021255100.380.750.2129.459.6849.61
HexCA7D330264B151d3c32
Octal3121756304611325357462
Binary110010101111101110011010011010010111010111101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7D33; }

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

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

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

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

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

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

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

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