#CA540C

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

Shades of Tenne (Tawny) #CA540C

Tints of Tenne (Tawny) #CA540C

Color information

#CA540C (or 0xCA540C) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 54 and 0C. RGB value is (202,84,12). Sum of RGB (Red+Green+Blue) = 202+84+12=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA540C is #35ABF3. Grayscale: #6F6F6F. Windows color (decimal): -3517428 or 808138. OLE color: 808138.

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

Color convert

RGB2028412-
CMYK00.580.940.21
HSL22.74º88.79%41.96%-
HSV(B)22.74º94.06%79.22%-
XYZ27.5918.922.55-
YUV111.0772.09192.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.79%
GREEN value IS 84 (33.20% from 255) = 28.19%
BLUE value IS 12 (5.08% from 255) = 4.03%
R=67.79%
G=28.19%
B=4.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202841200.580.940.2122.7488.7941.96
HexCA54C03A5E1517592a
Octal31212414072136252713152
Binary11001010101010011000111010101111010101101111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA540C; }

 p { color: rgb(202,84,12); }

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

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

 a { background-color: rgb(202,84,12); }

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

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

 span { border-color: rgb(202,84,12); }

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