#CA8535

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

Shades of Golden Bell #CA8535

Tints of Golden Bell #CA8535

Color information

#CA8535 (or 0xCA8535) is unknown color: approx Golden Bell. HEX triplet: CA, 85 and 35. RGB value is (202,133,53). Sum of RGB (Red+Green+Blue) = 202+133+53=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8535 is #357ACA. Grayscale: #909090. Windows color (decimal): -3504843 or 3507658. OLE color: 3507658.

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

Color convert

RGB20213353-
CMYK00.340.740.21
HSL32.21º58.43%50%-
HSV(B)32.21º73.76%79.22%-
XYZ33.3929.597.32-
YUV144.5176.36169-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.06%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=52.06%
G=34.28%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021335300.340.740.2132.2158.4350
HexCA85350224A15203a32
Octal3122056504211225407262
Binary11001010100001011101010100010100101010101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8535; }

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

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

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

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

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

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

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

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