#CA4F0D

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

Shades of Tenne (Tawny) #CA4F0D

Tints of Tenne (Tawny) #CA4F0D

Color information

#CA4F0D (or 0xCA4F0D) is unknown color: approx Tenne (Tawny). HEX triplet: CA, 4F and 0D. RGB value is (202,79,13). Sum of RGB (Red+Green+Blue) = 202+79+13=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA4F0D is #35B0F2. Grayscale: #6C6C6C. Windows color (decimal): -3518707 or 872394. OLE color: 872394.

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

Color convert

RGB2027913-
CMYK00.610.940.21
HSL20.95º87.91%42.16%-
HSV(B)20.95º93.56%79.22%-
XYZ27.2318.182.45-
YUV108.2574.25194.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.71%
GREEN value IS 79 (31.25% from 255) = 26.87%
BLUE value IS 13 (5.47% from 255) = 4.42%
R=68.71%
G=26.87%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202791300.610.940.2120.9587.9142.16
HexCA4FD03D5E1515582a
Octal31211715075136252513052
Binary11001010100111111010111101101111010101101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F0D; }

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

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

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

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

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

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

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

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