#c3560e

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

Shades of Tenne (Tawny) #C3560E

Tints of Tenne (Tawny) #C3560E

Color information

#C3560E (or 0xC3560E) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 56 and 0E. RGB value is (195,86,14). Sum of RGB (Red+Green+Blue) = 195+86+14=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C3560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3560E is #3CA9F1. Grayscale: #6E6E6E. Windows color (decimal): -3975666 or 939715. OLE color: 939715.

HSL color Cylindrical-coordinate representation of color #C3560E: hue angle of 23.87º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3560E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1958614-
CMYK00.560.930.24
HSL23.87º86.6%40.98%-
HSV(B)23.87º92.82%76.47%-
XYZ25.9118.292.58-
YUV110.3873.61188.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 66.10%
GREEN value IS 86 (33.98% from 255) = 29.15%
BLUE value IS 14 (5.86% from 255) = 4.75%
R=66.10%
G=29.15%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195861400.560.930.2423.8786.640.98
HexC356E0385D18185729
Octal30312616070135303012751
Binary11000011101011011100111000101110111000110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3560e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3560e; }

 p { color: rgb(195,86,14); }

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

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

 a { background-color: rgb(195,86,14); }

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

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

 span { border-color: rgb(195,86,14); }

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