#C45C10

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

Shades of Tenne (Tawny) #C45C10

Tints of Tenne (Tawny) #C45C10

Color information

#C45C10 (or 0xC45C10) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 5C and 10. RGB value is (196,92,16). Sum of RGB (Red+Green+Blue) = 196+92+16=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C10 is #3BA3EF. Grayscale: #727272. Windows color (decimal): -3908592 or 1072324. OLE color: 1072324.

HSL color Cylindrical-coordinate representation of color #C45C10: hue angle of 25.33º 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 #C45C10 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1969216-
CMYK00.530.920.23
HSL25.33º84.91%41.57%-
HSV(B)25.33º91.84%76.86%-
XYZ26.6919.432.83-
YUV114.4372.46186.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 64.47%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 16 (6.64% from 255) = 5.26%
R=64.47%
G=30.26%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196921600.530.920.2325.3384.9141.57
HexC45C100355C1719552a
Octal30413420065134273112552
Binary110001001011100100000110101101110010111110011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C10; }

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

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

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

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

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

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

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

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