#C1560D

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

Shades of Tenne (Tawny) #C1560D

Tints of Tenne (Tawny) #C1560D

Color information

#C1560D (or 0xC1560D) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 56 and 0D. RGB value is (193,86,13). Sum of RGB (Red+Green+Blue) = 193+86+13=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1560D is #3EA9F2. Grayscale: #6E6E6E. Windows color (decimal): -4106739 or 874177. OLE color: 874177.

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

Color convert

RGB1938613-
CMYK00.550.930.24
HSL24.33º87.38%40.39%-
HSV(B)24.33º93.26%75.69%-
XYZ25.3918.022.52-
YUV109.6773.45187.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 66.10%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 13 (5.47% from 255) = 4.45%
R=66.10%
G=29.45%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193861300.550.930.2424.3387.3840.39
HexC156D0375D18185728
Octal30112615067135303012750
Binary11000001101011011010110111101110111000110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1560D; }

 p { color: rgb(193,86,13); }

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

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

 a { background-color: rgb(193,86,13); }

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

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

 span { border-color: rgb(193,86,13); }

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