Html Css Color HEX #C74807 Tenne (Tawny)

📋 copy color: '#C74807'

red 199 ◦ green 72 ◦ blue 7

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

Shades of Tenne (Tawny) #C74807

Tints of Tenne (Tawny) #C74807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

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

R = 71.58%
G = 25.9%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C74807 (or 0xC74807) is known color: Tenne (Tawny). HEX triplet: C7, 48 and 07. RGB value is (199,72,7). Sum of RGB (Red+Green+Blue) = 199+72+7=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C74807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74807 is #38B7F8. Grayscale: #666666. Windows color (decimal): -3717113 or 477383. OLE color: 477383.

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

Color convert

RGB 199 72 7 -
CMYK 0 0.64 0.96 0.22
HSL 20.31º 0.93% 0.4% -
HSV(B) 20.31º 0.96% 0.78% -
XYZ 25.91 16.79 2.08 -
YUV 102.56 74.08 196.79 -
System Red Green Blue C M Y K H S L
Decimal 199 72 7 0 0.64 0.96 0.22 20.31 0.93 0.4
Hex C7 48 7 0 40 60 16 14 5D 28
Octal 307 110 7 0 100 140 26 24 135 50
Binary 11000111 1001000 111 0 1000000 1100000 10110 10100 1011101 101000

Color Harmonies of #C74807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74807

Black with #C74807

Text Example


Text Example

White with #C74807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74807; }

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

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

background-color css

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

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

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

border-color css

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

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

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