#C15814

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

Shades of Tenne (Tawny) #C15814

Tints of Tenne (Tawny) #C15814

Color information

#C15814 (or 0xC15814) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 58 and 14. RGB value is (193,88,20). Sum of RGB (Red+Green+Blue) = 193+88+20=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C15814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15814 is #3EA7EB. Grayscale: #707070. Windows color (decimal): -4106220 or 1333441. OLE color: 1333441.

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

Color convert

RGB1938820-
CMYK00.540.900.24
HSL23.58º81.22%41.76%-
HSV(B)23.58º89.64%75.69%-
XYZ25.6118.372.86-
YUV111.6476.29186.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.12%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 20 (8.20% from 255) = 6.64%
R=64.12%
G=29.24%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193882000.540.900.2423.5881.2241.76
HexC158140365A1818512a
Octal30113024066132303012152
Binary110000011011000101000110110101101011000110001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15814; }

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

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

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

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

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

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

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

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