#C15412

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

Shades of Tenne (Tawny) #C15412

Tints of Tenne (Tawny) #C15412

Color information

#C15412 (or 0xC15412) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 54 and 12. RGB value is (193,84,18). Sum of RGB (Red+Green+Blue) = 193+84+18=295 (39% of max value = 765). Red value is 193 (75.78% from 255 or 65.42% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 193 - color contains mainly: red. Hex color #C15412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15412 is #3EABED. Grayscale: #6D6D6D. Windows color (decimal): -4107246 or 1201345. OLE color: 1201345.

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

Color convert

RGB1938418-
CMYK00.560.910.24
HSL22.63º82.94%41.37%-
HSV(B)22.63º90.67%75.69%-
XYZ25.2717.722.66-
YUV109.0776.61187.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.42%
GREEN value IS 84 (33.20% from 255) = 28.47%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=65.42%
G=28.47%
B=6.10%

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
Decimal193841800.560.910.2422.6382.9441.37
HexC154120385B18175329
Octal30112422070133302712351
Binary110000011010100100100111000101101111000101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15412; }

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

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

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

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

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

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

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

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