#CF490D

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

Shades of Tenne (Tawny) #CF490D

Tints of Tenne (Tawny) #CF490D

Color information

#CF490D (or 0xCF490D) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 49 and 0D. RGB value is (207,73,13). Sum of RGB (Red+Green+Blue) = 207+73+13=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF490D is #30B6F2. Grayscale: #6A6A6A. Windows color (decimal): -3192563 or 870863. OLE color: 870863.

HSL color Cylindrical-coordinate representation of color #CF490D: hue angle of 18.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF490D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB2077313-
CMYK00.650.940.19
HSL18.56º88.18%43.14%-
HSV(B)18.56º93.72%81.18%-
XYZ28.1918.062.38-
YUV106.2375.39199.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 70.65%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 13 (5.47% from 255) = 4.44%
R=70.65%
G=24.91%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207731300.650.940.1918.5688.1843.14
HexCF49D0415E1313582b
Octal317111150101136232313053
Binary110011111001001110101000001101111010011100111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF490D; }

 p { color: rgb(207,73,13); }

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

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

 a { background-color: rgb(207,73,13); }

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

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

 span { border-color: rgb(207,73,13); }

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