#C0560D

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

Shades of Tenne (Tawny) #C0560D

Tints of Tenne (Tawny) #C0560D

Color information

#C0560D (or 0xC0560D) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 56 and 0D. RGB value is (192,86,13). Sum of RGB (Red+Green+Blue) = 192+86+13=291 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.98% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 192 - color contains mainly: red. Hex color #C0560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C0560D is #3FA9F2. Grayscale: #6D6D6D. Windows color (decimal): -4172275 or 874176. OLE color: 874176.

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

Color convert

RGB1928613-
CMYK00.550.930.25
HSL24.47º87.32%40.2%-
HSV(B)24.47º93.23%75.29%-
XYZ25.1417.892.51-
YUV109.3773.62186.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.98%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 13 (5.47% from 255) = 4.47%
R=65.98%
G=29.55%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192861300.550.930.2524.4787.3240.2
HexC056D0375D19185728
Octal30012615067135313012750
Binary11000000101011011010110111101110111001110001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0560D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0560D; }

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

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

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

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

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

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

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

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