#CF4900

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

Shades of Tenne (Tawny) #CF4900

Tints of Tenne (Tawny) #CF4900

Color information

#CF4900 (or 0xCF4900) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 49 and 00. RGB value is (207,73,0). Sum of RGB (Red+Green+Blue) = 207+73+0=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4900 is #30B6FF. Grayscale: #696969. Windows color (decimal): -3192576 or 18895. OLE color: 18895.

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

Color convert

RGB207730-
CMYK00.6510.19
HSL21.16º100%40.59%-
HSV(B)21.16º100%81.18%-
XYZ28.1118.032-
YUV104.7468.89200.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 73.93%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.93%
G=26.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20773000.6510.1921.1610040.59
HexCF4900416413156429
Octal31711100101144232514451
Binary110011111001001001000001110010010011101011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4900; }

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

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

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

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

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

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

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

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