#C25716

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

Shades of Tenne (Tawny) #C25716

Tints of Tenne (Tawny) #C25716

Color information

#C25716 (or 0xC25716) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 57 and 16. RGB value is (194,87,22). Sum of RGB (Red+Green+Blue) = 194+87+22=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C25716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25716 is #3DA8E9. Grayscale: #6F6F6F. Windows color (decimal): -4040938 or 1464258. OLE color: 1464258.

HSL color Cylindrical-coordinate representation of color #C25716: hue angle of 22.67º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C25716 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB1948722-
CMYK00.550.890.24
HSL22.67º79.63%42.35%-
HSV(B)22.67º88.66%76.08%-
XYZ25.818.342.94-
YUV111.5877.45186.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.03%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=64.03%
G=28.71%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194872200.550.890.2422.6779.6342.35
HexC25716037591817502a
Octal30212726067131302712052
Binary110000101010111101100110111101100111000101111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25716; }

 p { color: rgb(194,87,22); }

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

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

 a { background-color: rgb(194,87,22); }

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

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

 span { border-color: rgb(194,87,22); }

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