Html Css Color HEX #C74801 Tenne (Tawny)

📋 copy color: '#C74801'

red 199 ◦ green 72 ◦ blue 1

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

Shades of Tenne (Tawny) #C74801

Tints of Tenne (Tawny) #C74801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 73.16%
G = 26.47%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74801 (or 0xC74801) is known color: Tenne (Tawny). HEX triplet: C7, 48 and 01. RGB value is (199,72,1). Sum of RGB (Red+Green+Blue) = 199+72+1=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C74801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74801 is #38B7FE. Grayscale: #666666. Windows color (decimal): -3717119 or 84167. OLE color: 84167.

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

Color convert

RGB 199 72 1 -
CMYK 0 0.64 0.99 0.22
HSL 21.52º 0.99% 0.39% -
HSV(B) 21.52º 0.99% 0.78% -
XYZ 25.88 16.78 1.9 -
YUV 101.88 71.08 197.27 -
System Red Green Blue C M Y K H S L
Decimal 199 72 1 0 0.64 0.99 0.22 21.52 0.99 0.39
Hex C7 48 1 0 40 63 16 16 63 27
Octal 307 110 1 0 100 143 26 26 143 47
Binary 11000111 1001000 1 0 1000000 1100011 10110 10110 1100011 100111

Color Harmonies of #C74801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74801

Black with #C74801

Text Example


Text Example

White with #C74801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74801; }

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

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

background-color css

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

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

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

border-color css

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

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

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