Html Css Color HEX #C74701 Tenne (Tawny)

📋 copy color: '#C74701'

red 199 ◦ green 71 ◦ blue 1

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

Shades of Tenne (Tawny) #C74701

Tints of Tenne (Tawny) #C74701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

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

R = 73.43%
G = 26.2%
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

#C74701 (or 0xC74701) is known color: Tenne (Tawny). HEX triplet: C7, 47 and 01. RGB value is (199,71,1). Sum of RGB (Red+Green+Blue) = 199+71+1=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C74701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74701 is #38B8FE. Grayscale: #656565. Windows color (decimal): -3717375 or 83911. OLE color: 83911.

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

Color convert

RGB 199 71 1 -
CMYK 0 0.64 0.99 0.22
HSL 21.21º 0.99% 0.39% -
HSV(B) 21.21º 0.99% 0.78% -
XYZ 25.81 16.65 1.88 -
YUV 101.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 199 71 1 0 0.64 0.99 0.22 21.21 0.99 0.39
Hex C7 47 1 0 40 63 16 15 63 27
Octal 307 107 1 0 100 143 26 25 143 47
Binary 11000111 1000111 1 0 1000000 1100011 10110 10101 1100011 100111

Color Harmonies of #C74701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74701

Black with #C74701

Text Example


Text Example

White with #C74701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74701; }

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

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

background-color css

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

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

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

border-color css

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

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

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