#CA5613

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

Shades of Tenne (Tawny) #CA5613

Tints of Tenne (Tawny) #CA5613

Color information

#CA5613 (or 0xCA5613) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 56 and 13. RGB value is (202,86,19). Sum of RGB (Red+Green+Blue) = 202+86+19=307 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.80% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5613 is #35A9EC. Grayscale: #717171. Windows color (decimal): -3516909 or 1267402. OLE color: 1267402.

HSL color Cylindrical-coordinate representation of color #CA5613: hue angle of 21.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA5613 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB2028619-
CMYK00.570.910.21
HSL21.97º82.81%43.33%-
HSV(B)21.97º90.59%79.22%-
XYZ27.819.262.87-
YUV113.0574.93191.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.80%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 19 (7.81% from 255) = 6.19%
R=65.80%
G=28.01%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202861900.570.910.2121.9782.8143.33
HexCA56130395B1516532b
Octal31212623071133252612353
Binary110010101010110100110111001101101110101101101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5613; }

 p { color: rgb(202,86,19); }

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

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

 a { background-color: rgb(202,86,19); }

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

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

 span { border-color: rgb(202,86,19); }

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