#CA510D

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

Shades of Tenne (Tawny) #CA510D

Tints of Tenne (Tawny) #CA510D

Color information

#CA510D (or 0xCA510D) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 51 and 0D. RGB value is (202,81,13). Sum of RGB (Red+Green+Blue) = 202+81+13=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA510D is #35AEF2. Grayscale: #6D6D6D. Windows color (decimal): -3518195 or 872906. OLE color: 872906.

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

Color convert

RGB2028113-
CMYK00.600.940.21
HSL21.59º87.91%42.16%-
HSV(B)21.59º93.56%79.22%-
XYZ27.3718.472.5-
YUV109.4373.59194.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.24%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 13 (5.47% from 255) = 4.39%
R=68.24%
G=27.36%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202811300.600.940.2121.5987.9142.16
HexCA51D03C5E1516582a
Octal31212115074136252613052
Binary11001010101000111010111100101111010101101101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA510D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA510D; }

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

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

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

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

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

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

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

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