#CA520A

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

Shades of Tenne (Tawny) #CA520A

Tints of Tenne (Tawny) #CA520A

Color information

#CA520A (or 0xCA520A) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 52 and 0A. RGB value is (202,82,10). Sum of RGB (Red+Green+Blue) = 202+82+10=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA520A is #35ADF5. Grayscale: #6E6E6E. Windows color (decimal): -3517942 or 676554. OLE color: 676554.

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

Color convert

RGB2028210-
CMYK00.590.950.21
HSL22.5º90.57%41.57%-
HSV(B)22.5º95.05%79.22%-
XYZ27.4318.612.43-
YUV109.6771.76193.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.71%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 10 (4.30% from 255) = 3.40%
R=68.71%
G=27.89%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202821000.590.950.2122.590.5741.57
HexCA52A03B5F15165b2a
Octal31212212073137252613352
Binary11001010101001010100111011101111110101101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA520A; }

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

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

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

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

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

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

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

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