#C04F08

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

Shades of Tenne (Tawny) #C04F08

Tints of Tenne (Tawny) #C04F08

Color information

#C04F08 (or 0xC04F08) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 4F and 08. RGB value is (192,79,8). Sum of RGB (Red+Green+Blue) = 192+79+8=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F08 is #3FB0F7. Grayscale: #696969. Windows color (decimal): -4174072 or 544704. OLE color: 544704.

HSL color Cylindrical-coordinate representation of color #C04F08: hue angle of 23.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04F08 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB192798-
CMYK00.590.960.25
HSL23.15º92%39.22%-
HSV(B)23.15º95.83%75.29%-
XYZ24.5816.822.18-
YUV104.6973.44190.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=68.82%
G=28.32%
B=2.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19279800.590.960.2523.159239.22
HexC04F803B6019175c27
Octal30011710073140312713447
Binary11000000100111110000111011110000011001101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F08; }

 p { color: rgb(192,79,8); }

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

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

 a { background-color: rgb(192,79,8); }

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

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

 span { border-color: rgb(192,79,8); }

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