#C45A13

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

Shades of Tenne (Tawny) #C45A13

Tints of Tenne (Tawny) #C45A13

Color information

#C45A13 (or 0xC45A13) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 5A and 13. RGB value is (196,90,19). Sum of RGB (Red+Green+Blue) = 196+90+19=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A13 is #3BA5EC. Grayscale: #717171. Windows color (decimal): -3909101 or 1268420. OLE color: 1268420.

HSL color Cylindrical-coordinate representation of color #C45A13: hue angle of 24.07º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45A13 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB1969019-
CMYK00.540.900.23
HSL24.07º82.33%42.16%-
HSV(B)24.07º90.31%76.86%-
XYZ26.5419.12.9-
YUV113.674.62186.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.26%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 19 (7.81% from 255) = 6.23%
R=64.26%
G=29.51%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196901900.540.900.2324.0782.3342.16
HexC45A130365A1718522a
Octal30413223066132273012252
Binary110001001011010100110110110101101010111110001010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A13; }

 p { color: rgb(196,90,19); }

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

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

 a { background-color: rgb(196,90,19); }

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

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

 span { border-color: rgb(196,90,19); }

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