#C74C00

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

Shades of Tenne (Tawny) #C74C00

Tints of Tenne (Tawny) #C74C00

Color information

#C74C00 (or 0xC74C00) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 4C and 00. RGB value is (199,76,0). Sum of RGB (Red+Green+Blue) = 199+76+0=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74C00 is #38B3FF. Grayscale: #686868. Windows color (decimal): -3716096 or 19655. OLE color: 19655.

HSL color Cylindrical-coordinate representation of color #C74C00: hue angle of 22.91º 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 #C74C00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB199760-
CMYK00.6210.22
HSL22.91º100%39.02%-
HSV(B)22.91º100%78.04%-
XYZ26.1417.311.96-
YUV104.1169.25195.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 72.36%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.36%
G=27.64%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19976000.6210.2222.9110039.02
HexC74C003E6416176427
Octal3071140076144262714447
Binary11000111100110000111110110010010110101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74C00; }

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

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

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

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

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

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

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

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