#C15A13

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

Shades of Tenne (Tawny) #C15A13

Tints of Tenne (Tawny) #C15A13

Color information

#C15A13 (or 0xC15A13) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 5A and 13. RGB value is (193,90,19). Sum of RGB (Red+Green+Blue) = 193+90+19=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15A13 is #3EA5EC. Grayscale: #717171. Windows color (decimal): -4105709 or 1268417. OLE color: 1268417.

HSL color Cylindrical-coordinate representation of color #C15A13: hue angle of 24.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15A13 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB1939019-
CMYK00.530.900.24
HSL24.48º82.08%41.57%-
HSV(B)24.48º90.16%75.69%-
XYZ25.7718.72.87-
YUV112.775.12185.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 63.91%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 19 (7.81% from 255) = 6.29%
R=63.91%
G=29.80%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193901900.530.900.2424.4882.0841.57
HexC15A130355A1818522a
Octal30113223065132303012252
Binary110000011011010100110110101101101011000110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A13; }

 p { color: rgb(193,90,19); }

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

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

 a { background-color: rgb(193,90,19); }

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

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

 span { border-color: rgb(193,90,19); }

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