Html Css Color HEX #C74901 Tenne (Tawny)

📋 copy color: '#C74901'

red 199 ◦ green 73 ◦ blue 1

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

Shades of Tenne (Tawny) #C74901

Tints of Tenne (Tawny) #C74901

RGB

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

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

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

R = 72.89%
G = 26.74%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C74901 (or 0xC74901) is known color: Tenne (Tawny). HEX triplet: C7, 49 and 01. RGB value is (199,73,1). Sum of RGB (Red+Green+Blue) = 199+73+1=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74901 is #38B6FE. Grayscale: #666666. Windows color (decimal): -3716863 or 84423. OLE color: 84423.

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

Color convert

RGB 199 73 1 -
CMYK 0 0.63 0.99 0.22
HSL 21.82º 0.99% 0.39% -
HSV(B) 21.82º 0.99% 0.78% -
XYZ 25.94 16.91 1.93 -
YUV 102.47 70.74 196.85 -
System Red Green Blue C M Y K H S L
Decimal 199 73 1 0 0.63 0.99 0.22 21.82 0.99 0.39
Hex C7 49 1 0 3F 63 16 16 63 27
Octal 307 111 1 0 77 143 26 26 143 47
Binary 11000111 1001001 1 0 111111 1100011 10110 10110 1100011 100111

Color Harmonies of #C74901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74901

Black with #C74901

Text Example


Text Example

White with #C74901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74901; }

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

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

background-color css

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

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

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

border-color css

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

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

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