#C4500E

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

Shades of Tenne (Tawny) #C4500E

Tints of Tenne (Tawny) #C4500E

Color information

#C4500E (or 0xC4500E) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 50 and 0E. RGB value is (196,80,14). Sum of RGB (Red+Green+Blue) = 196+80+14=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4500E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4500E is #3BAFF1. Grayscale: #6B6B6B. Windows color (decimal): -3911666 or 938180. OLE color: 938180.

HSL color Cylindrical-coordinate representation of color #C4500E: hue angle of 21.76º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4500E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB1968014-
CMYK00.590.930.23
HSL21.76º86.67%41.18%-
HSV(B)21.76º92.86%76.86%-
XYZ25.7117.52.44-
YUV107.1675.43191.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.59%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=67.59%
G=27.59%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196801400.590.930.2321.7686.6741.18
HexC450E03B5D17165729
Octal30412016073135272612751
Binary11000100101000011100111011101110110111101101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4500E; }

 p { color: rgb(196,80,14); }

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

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

 a { background-color: rgb(196,80,14); }

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

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

 span { border-color: rgb(196,80,14); }

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