#C1580D

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

Shades of Tenne (Tawny) #C1580D

Tints of Tenne (Tawny) #C1580D

Color information

#C1580D (or 0xC1580D) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 58 and 0D. RGB value is (193,88,13). Sum of RGB (Red+Green+Blue) = 193+88+13=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C1580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1580D is #3EA7F2. Grayscale: #6F6F6F. Windows color (decimal): -4106227 or 874689. OLE color: 874689.

HSL color Cylindrical-coordinate representation of color #C1580D: hue angle of 25º 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 #C1580D is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1938813-
CMYK00.540.930.24
HSL25º87.38%40.39%-
HSV(B)25º93.26%75.69%-
XYZ25.5518.352.58-
YUV110.8472.79186.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.65%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 13 (5.47% from 255) = 4.42%
R=65.65%
G=29.93%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193881300.540.930.242587.3840.39
HexC158D0365D18195728
Octal30113015066135303112750
Binary11000001101100011010110110101110111000110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1580D; }

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

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

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

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

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

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

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

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