#c4560f

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

Shades of Tenne (Tawny) #C4560F

Tints of Tenne (Tawny) #C4560F

Color information

#C4560F (or 0xC4560F) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 56 and 0F. RGB value is (196,86,15). Sum of RGB (Red+Green+Blue) = 196+86+15=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4560F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4560F is #3BA9F0. Grayscale: #6F6F6F. Windows color (decimal): -3910129 or 1005252. OLE color: 1005252.

HSL color Cylindrical-coordinate representation of color #C4560F: hue angle of 23.54º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4560F is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1968615-
CMYK00.560.920.23
HSL23.54º85.78%41.37%-
HSV(B)23.54º92.35%76.86%-
XYZ26.1818.432.63-
YUV110.873.94188.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.99%
GREEN value IS 86 (33.98% from 255) = 28.96%
BLUE value IS 15 (6.25% from 255) = 5.05%
R=65.99%
G=28.96%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196861500.560.920.2323.5485.7841.37
HexC456F0385C17185629
Octal30412617070134273012651
Binary11000100101011011110111000101110010111110001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4560f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4560f; }

 p { color: rgb(196,86,15); }

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

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

 a { background-color: rgb(196,86,15); }

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

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

 span { border-color: rgb(196,86,15); }

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