#CA520D

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

Shades of Tenne (Tawny) #CA520D

Tints of Tenne (Tawny) #CA520D

Color information

#CA520D (or 0xCA520D) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 52 and 0D. RGB value is (202,82,13). Sum of RGB (Red+Green+Blue) = 202+82+13=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA520D is #35ADF2. Grayscale: #6E6E6E. Windows color (decimal): -3517939 or 873162. OLE color: 873162.

HSL color Cylindrical-coordinate representation of color #CA520D: hue angle of 21.9º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA520D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2028213-
CMYK00.590.940.21
HSL21.9º87.91%42.16%-
HSV(B)21.9º93.56%79.22%-
XYZ27.4518.622.53-
YUV110.0173.26193.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.01%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 13 (5.47% from 255) = 4.38%
R=68.01%
G=27.61%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202821300.590.940.2121.987.9142.16
HexCA52D03B5E1516582a
Octal31212215073136252613052
Binary11001010101001011010111011101111010101101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA520D; }

 p { color: rgb(202,82,13); }

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

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

 a { background-color: rgb(202,82,13); }

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

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

 span { border-color: rgb(202,82,13); }

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