#C25812

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

Shades of Tenne (Tawny) #C25812

Tints of Tenne (Tawny) #C25812

Color information

#C25812 (or 0xC25812) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 58 and 12. RGB value is (194,88,18). Sum of RGB (Red+Green+Blue) = 194+88+18=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C25812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25812 is #3DA7ED. Grayscale: #707070. Windows color (decimal): -4040686 or 1202370. OLE color: 1202370.

HSL color Cylindrical-coordinate representation of color #C25812: hue angle of 23.86º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C25812 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1948818-
CMYK00.550.910.24
HSL23.86º83.02%41.57%-
HSV(B)23.86º90.72%76.08%-
XYZ25.8518.492.78-
YUV111.7175.12186.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 18 (7.42% from 255) = 6%
R=64.67%
G=29.33%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194881800.550.910.2423.8683.0241.57
HexC258120375B1818532a
Octal30213022067133303012352
Binary110000101011000100100110111101101111000110001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25812; }

 p { color: rgb(194,88,18); }

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

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

 a { background-color: rgb(194,88,18); }

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

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

 span { border-color: rgb(194,88,18); }

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