#C74D00

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

Shades of Tenne (Tawny) #C74D00

Tints of Tenne (Tawny) #C74D00

Color information

#C74D00 (or 0xC74D00) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 4D and 00. RGB value is (199,77,0). Sum of RGB (Red+Green+Blue) = 199+77+0=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C74D00 is #38B2FF. Grayscale: #696969. Windows color (decimal): -3715840 or 19911. OLE color: 19911.

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

Color convert

RGB199770-
CMYK00.6110.22
HSL23.22º100%39.02%-
HSV(B)23.22º100%78.04%-
XYZ26.2117.451.99-
YUV104.768.92195.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.10%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.10%
G=27.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19977000.6110.2223.2210039.02
HexC74D003D6416176427
Octal3071150075144262714447
Binary11000111100110100111101110010010110101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74D00; }

 p { color: rgb(199,77,0); }

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

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

 a { background-color: rgb(199,77,0); }

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

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

 span { border-color: rgb(199,77,0); }

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