#C45711

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

Shades of Tenne (Tawny) #C45711

Tints of Tenne (Tawny) #C45711

Color information

#C45711 (or 0xC45711) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 57 and 11. RGB value is (196,87,17). Sum of RGB (Red+Green+Blue) = 196+87+17=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C45711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45711 is #3BA8EE. Grayscale: #707070. Windows color (decimal): -3909871 or 1136580. OLE color: 1136580.

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

Color convert

RGB1968717-
CMYK00.560.910.23
HSL23.46º84.04%41.76%-
HSV(B)23.46º91.33%76.86%-
XYZ26.2718.592.73-
YUV111.6174.61188.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.33%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 17 (7.03% from 255) = 5.67%
R=65.33%
G=29%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196871700.560.910.2323.4684.0441.76
HexC457110385B1717542a
Octal30412721070133272712452
Binary110001001010111100010111000101101110111101111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45711; }

 p { color: rgb(196,87,17); }

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

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

 a { background-color: rgb(196,87,17); }

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

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

 span { border-color: rgb(196,87,17); }

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