#CA5D0A

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

Shades of Tenne (Tawny) #CA5D0A

Tints of Tenne (Tawny) #CA5D0A

Color information

#CA5D0A (or 0xCA5D0A) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 5D and 0A. RGB value is (202,93,10). Sum of RGB (Red+Green+Blue) = 202+93+10=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5D0A is #35A2F5. Grayscale: #747474. Windows color (decimal): -3515126 or 679370. OLE color: 679370.

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

Color convert

RGB2029310-
CMYK00.540.950.21
HSL25.94º90.57%41.57%-
HSV(B)25.94º95.05%79.22%-
XYZ28.3320.412.73-
YUV116.1368.11189.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 10 (4.30% from 255) = 3.28%
R=66.23%
G=30.49%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202931000.540.950.2125.9490.5741.57
HexCA5DA0365F151a5b2a
Octal31213512066137253213352
Binary11001010101110110100110110101111110101110101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D0A; }

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

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

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

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

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

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

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

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