#C25F04

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

Shades of Tenne (Tawny) #C25F04

Tints of Tenne (Tawny) #C25F04

Color information

#C25F04 (or 0xC25F04) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 5F and 04. RGB value is (194,95,4). Sum of RGB (Red+Green+Blue) = 194+95+4=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 4 (1.95% from 255 or 1.37% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F04 is #3DA0FB. Grayscale: #727272. Windows color (decimal): -4038908 or 286658. OLE color: 286658.

HSL color Cylindrical-coordinate representation of color #C25F04: hue angle of 28.74º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C25F04 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB194954-
CMYK00.510.980.24
HSL28.74º95.96%38.82%-
HSV(B)28.74º97.94%76.08%-
XYZ26.3619.662.52-
YUV114.2365.8184.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 66.21%
GREEN value IS 95 (37.5% from 255) = 32.42%
BLUE value IS 4 (1.95% from 255) = 1.37%
R=66.21%
G=32.42%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19495400.510.980.2428.7495.9638.82
HexC25F403362181d6027
Octal3021374063142303514047
Binary1100001010111111000110011110001011000111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25F04; }

 p { color: rgb(194,95,4); }

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

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

 a { background-color: rgb(194,95,4); }

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

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

 span { border-color: rgb(194,95,4); }

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