#C35511

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

Shades of Tenne (Tawny) #C35511

Tints of Tenne (Tawny) #C35511

Color information

#C35511 (or 0xC35511) is unknown color: approx Tenne (Tawny). HEX triplet: C3, 55 and 11. RGB value is (195,85,17). Sum of RGB (Red+Green+Blue) = 195+85+17=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C35511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35511 is #3CAAEE. Grayscale: #6E6E6E. Windows color (decimal): -3975919 or 1136067. OLE color: 1136067.

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

Color convert

RGB1958517-
CMYK00.560.910.24
HSL22.92º83.96%41.57%-
HSV(B)22.92º91.28%76.47%-
XYZ25.8618.142.67-
YUV110.1475.44188.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 65.66%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 17 (7.03% from 255) = 5.72%
R=65.66%
G=28.62%
B=5.72%

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
Decimal195851700.560.910.2422.9283.9641.57
HexC355110385B1817542a
Octal30312521070133302712452
Binary110000111010101100010111000101101111000101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35511; }

 p { color: rgb(195,85,17); }

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

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

 a { background-color: rgb(195,85,17); }

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

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

 span { border-color: rgb(195,85,17); }

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