#CA5813

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

Shades of Tenne (Tawny) #CA5813

Tints of Tenne (Tawny) #CA5813

Color information

#CA5813 (or 0xCA5813) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 58 and 13. RGB value is (202,88,19). Sum of RGB (Red+Green+Blue) = 202+88+19=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5813 is #35A7EC. Grayscale: #727272. Windows color (decimal): -3516397 or 1267914. OLE color: 1267914.

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

Color convert

RGB2028819-
CMYK00.560.910.21
HSL22.62º82.81%43.33%-
HSV(B)22.62º90.59%79.22%-
XYZ27.9619.582.92-
YUV114.2274.27190.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 65.37%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 19 (7.81% from 255) = 6.15%
R=65.37%
G=28.48%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202881900.560.910.2122.6282.8143.33
HexCA58130385B1517532b
Octal31213023070133252712353
Binary110010101011000100110111000101101110101101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5813; }

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

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

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

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

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

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

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

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