Html Css Color HEX #C74908 Tenne (Tawny)

📋 copy color: '#C74908'

red 199 ◦ green 73 ◦ blue 8

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

Shades of Tenne (Tawny) #C74908

Tints of Tenne (Tawny) #C74908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 71.07%
G = 26.07%
B = 2.86%

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

#C74908 (or 0xC74908) is known color: Tenne (Tawny). HEX triplet: C7, 49 and 08. RGB value is (199,73,8). Sum of RGB (Red+Green+Blue) = 199+73+8=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C74908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74908 is #38B6F7. Grayscale: #676767. Windows color (decimal): -3716856 or 543175. OLE color: 543175.

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

Color convert

RGB 199 73 8 -
CMYK 0 0.63 0.96 0.22
HSL 20.42º 0.92% 0.41% -
HSV(B) 20.42º 0.96% 0.78% -
XYZ 25.98 16.92 2.13 -
YUV 103.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 199 73 8 0 0.63 0.96 0.22 20.42 0.92 0.41
Hex C7 49 8 0 3F 60 16 14 5C 29
Octal 307 111 10 0 77 140 26 24 134 51
Binary 11000111 1001001 1000 0 111111 1100000 10110 10100 1011100 101001

Color Harmonies of #C74908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74908

Black with #C74908

Text Example


Text Example

White with #C74908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74908; }

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

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

background-color css

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

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

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

border-color css

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

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

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