Html Css Color HEX #C74907 Tenne (Tawny)

📋 copy color: '#C74907'

red 199 ◦ green 73 ◦ blue 7

#C74907
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #C74907

Tints of Tenne (Tawny) #C74907

RGB

 RED value IS 199 (78.13% from 255) = 71.33%

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 71.33%
G = 26.16%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C74907 (or 0xC74907) is known color: Tenne (Tawny). HEX triplet: C7, 49 and 07. RGB value is (199,73,7). Sum of RGB (Red+Green+Blue) = 199+73+7=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C74907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74907 is #38B6F8. Grayscale: #676767. Windows color (decimal): -3716857 or 477639. OLE color: 477639.

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

Color convert

RGB 199 73 7 -
CMYK 0 0.63 0.96 0.22
HSL 20.63º 0.93% 0.4% -
HSV(B) 20.63º 0.96% 0.78% -
XYZ 25.97 16.92 2.1 -
YUV 103.15 73.74 196.37 -
System Red Green Blue C M Y K H S L
Decimal 199 73 7 0 0.63 0.96 0.22 20.63 0.93 0.4
Hex C7 49 7 0 3F 60 16 15 5D 28
Octal 307 111 7 0 77 140 26 25 135 50
Binary 11000111 1001001 111 0 111111 1100000 10110 10101 1011101 101000

Color Harmonies of #C74907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74907

Black with #C74907

Text Example


Text Example

White with #C74907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74907; }

 p { color: rgb(199,73,7); }

 H1.HeaderClassName
 {
   color: #C74907;
 }
 .AnyTagClassName
 {
   color: #C74907;
 }
</style>

background-color css

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

 a { background-color: rgb(199,73,7); }

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

border-color css

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

 span { border-color: rgb(199,73,7); }

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