#C45A10

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

Shades of Tenne (Tawny) #C45A10

Tints of Tenne (Tawny) #C45A10

Color information

#C45A10 (or 0xC45A10) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 5A and 10. RGB value is (196,90,16). Sum of RGB (Red+Green+Blue) = 196+90+16=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A10 is #3BA5EF. Grayscale: #717171. Windows color (decimal): -3909104 or 1071812. OLE color: 1071812.

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

Color convert

RGB1969016-
CMYK00.540.920.23
HSL24.67º84.91%41.57%-
HSV(B)24.67º91.84%76.86%-
XYZ26.5119.092.78-
YUV113.2673.12187.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.90%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 16 (6.64% from 255) = 5.30%
R=64.90%
G=29.80%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196901600.540.920.2324.6784.9141.57
HexC45A100365C1719552a
Octal30413220066134273112552
Binary110001001011010100000110110101110010111110011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A10; }

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

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

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

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

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

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

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

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