#CA7B35

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

Shades of Bronze #CA7B35

Tints of Bronze #CA7B35

Color information

#CA7B35 (or 0xCA7B35) is unknown color: approx Bronze. HEX triplet: CA, 7B and 35. RGB value is (202,123,53). Sum of RGB (Red+Green+Blue) = 202+123+53=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7B35 is #3584CA. Grayscale: #8B8B8B. Windows color (decimal): -3507403 or 3505098. OLE color: 3505098.

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

Color convert

RGB20212353-
CMYK00.390.740.21
HSL28.19º58.43%50%-
HSV(B)28.19º73.76%79.22%-
XYZ32.0826.986.88-
YUV138.6479.67173.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.44%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 53 (21.09% from 255) = 14.02%
R=53.44%
G=32.54%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021235300.390.740.2128.1958.4350
HexCA7B350274A151c3a32
Octal3121736504711225347262
Binary110010101111011110101010011110010101010111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7B35; }

 p { color: rgb(202,123,53); }

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

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

 a { background-color: rgb(202,123,53); }

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

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

 span { border-color: rgb(202,123,53); }

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