#CF5912

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

Shades of Tenne (Tawny) #CF5912

Tints of Tenne (Tawny) #CF5912

Color information

#CF5912 (or 0xCF5912) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 59 and 12. RGB value is (207,89,18). Sum of RGB (Red+Green+Blue) = 207+89+18=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5912 is #30A6ED. Grayscale: #747474. Windows color (decimal): -3188462 or 1202639. OLE color: 1202639.

HSL color Cylindrical-coordinate representation of color #CF5912: hue angle of 22.54º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5912 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB2078918-
CMYK00.570.910.19
HSL22.54º84%44.12%-
HSV(B)22.54º91.3%81.18%-
XYZ29.4120.452.97-
YUV116.1972.59192.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.92%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 18 (7.42% from 255) = 5.73%
R=65.92%
G=28.34%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207891800.570.910.1922.548444.12
HexCF59120395B1317542c
Octal31713122071133232712454
Binary110011111011001100100111001101101110011101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5912; }

 p { color: rgb(207,89,18); }

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

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

 a { background-color: rgb(207,89,18); }

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

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

 span { border-color: rgb(207,89,18); }

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