#C25B0E

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

Shades of Tenne (Tawny) #C25B0E

Tints of Tenne (Tawny) #C25B0E

Color information

#C25B0E (or 0xC25B0E) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 5B and 0E. RGB value is (194,91,14). Sum of RGB (Red+Green+Blue) = 194+91+14=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25B0E is #3DA4F1. Grayscale: #717171. Windows color (decimal): -4039922 or 940994. OLE color: 940994.

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

Color convert

RGB1949114-
CMYK00.530.930.24
HSL25.67º86.54%40.78%-
HSV(B)25.67º92.78%76.08%-
XYZ26.0718.982.71-
YUV113.0272.12185.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 14 (5.86% from 255) = 4.68%
R=64.88%
G=30.43%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194911400.530.930.2425.6786.5440.78
HexC25BE0355D181a5729
Octal30213316065135303212751
Binary11000010101101111100110101101110111000110101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25B0E; }

 p { color: rgb(194,91,14); }

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

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

 a { background-color: rgb(194,91,14); }

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

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

 span { border-color: rgb(194,91,14); }

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