#C15512

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

Shades of Tenne (Tawny) #C15512

Tints of Tenne (Tawny) #C15512

Color information

#C15512 (or 0xC15512) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 55 and 12. RGB value is (193,85,18). Sum of RGB (Red+Green+Blue) = 193+85+18=296 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.20% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 193 - color contains mainly: red. Hex color #C15512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15512 is #3EAAED. Grayscale: #6E6E6E. Windows color (decimal): -4106990 or 1201601. OLE color: 1201601.

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

Color convert

RGB1938518-
CMYK00.560.910.24
HSL22.97º82.94%41.37%-
HSV(B)22.97º90.67%75.69%-
XYZ25.3517.882.69-
YUV109.6576.28187.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.20%
GREEN value IS 85 (33.59% from 255) = 28.72%
BLUE value IS 18 (7.42% from 255) = 6.08%
R=65.20%
G=28.72%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193851800.560.910.2422.9782.9441.37
HexC155120385B18175329
Octal30112522070133302712351
Binary110000011010101100100111000101101111000101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15512; }

 p { color: rgb(193,85,18); }

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

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

 a { background-color: rgb(193,85,18); }

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

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

 span { border-color: rgb(193,85,18); }

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