Html Css Color HEX #C74805 Tenne (Tawny)

📋 copy color: '#C74805'

red 199 ◦ green 72 ◦ blue 5

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

Shades of Tenne (Tawny) #C74805

Tints of Tenne (Tawny) #C74805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 72.1%
G = 26.09%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C74805 (or 0xC74805) is known color: Tenne (Tawny). HEX triplet: C7, 48 and 05. RGB value is (199,72,5). Sum of RGB (Red+Green+Blue) = 199+72+5=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C74805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74805 is #38B7FA. Grayscale: #666666. Windows color (decimal): -3717115 or 346311. OLE color: 346311.

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

Color convert

RGB 199 72 5 -
CMYK 0 0.64 0.97 0.22
HSL 20.72º 0.95% 0.4% -
HSV(B) 20.72º 0.97% 0.78% -
XYZ 25.9 16.79 2.02 -
YUV 102.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 199 72 5 0 0.64 0.97 0.22 20.72 0.95 0.4
Hex C7 48 5 0 40 61 16 15 5F 28
Octal 307 110 5 0 100 141 26 25 137 50
Binary 11000111 1001000 101 0 1000000 1100001 10110 10101 1011111 101000

Color Harmonies of #C74805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74805

Black with #C74805

Text Example


Text Example

White with #C74805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74805; }

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

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

background-color css

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

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

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

border-color css

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

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

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