#c74e08

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

Shades of Tenne (Tawny) #C74E08

Tints of Tenne (Tawny) #C74E08

Color information

#C74E08 (or 0xC74E08) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 4E and 08. RGB value is (199,78,8). Sum of RGB (Red+Green+Blue) = 199+78+8=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74E08 is #38B1F7. Grayscale: #6A6A6A. Windows color (decimal): -3715576 or 544455. OLE color: 544455.

HSL color Cylindrical-coordinate representation of color #C74E08: hue angle of 21.99º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C74E08 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB199788-
CMYK00.610.960.22
HSL21.99º92.27%40.59%-
HSV(B)21.99º95.98%78.04%-
XYZ26.3217.612.24-
YUV106.272.59194.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 69.82%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 8 (3.52% from 255) = 2.81%
R=69.82%
G=27.37%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19978800.610.960.2221.9992.2740.59
HexC74E803D6016165c29
Octal30711610075140262613451
Binary11000111100111010000111101110000010110101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74e08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74e08; }

 p { color: rgb(199,78,8); }

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

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

 a { background-color: rgb(199,78,8); }

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

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

 span { border-color: rgb(199,78,8); }

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