#C25811

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

Shades of Tenne (Tawny) #C25811

Tints of Tenne (Tawny) #C25811

Color information

#C25811 (or 0xC25811) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 58 and 11. RGB value is (194,88,17). Sum of RGB (Red+Green+Blue) = 194+88+17=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25811 is #3DA7EE. Grayscale: #6F6F6F. Windows color (decimal): -4040687 or 1136834. OLE color: 1136834.

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

Color convert

RGB1948817-
CMYK00.550.910.24
HSL24.07º83.89%41.37%-
HSV(B)24.07º91.24%76.08%-
XYZ25.8418.492.74-
YUV111.674.62186.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 88 (34.77% from 255) = 29.43%
BLUE value IS 17 (7.03% from 255) = 5.69%
R=64.88%
G=29.43%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194881700.550.910.2424.0783.8941.37
HexC258110375B18185429
Octal30213021067133303012451
Binary110000101011000100010110111101101111000110001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25811; }

 p { color: rgb(194,88,17); }

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

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

 a { background-color: rgb(194,88,17); }

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

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

 span { border-color: rgb(194,88,17); }

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