Html Css Color HEX #C74802 Tenne (Tawny)

📋 copy color: '#C74802'

red 199 ◦ green 72 ◦ blue 2

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

Shades of Tenne (Tawny) #C74802

Tints of Tenne (Tawny) #C74802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 72.89%
G = 26.37%
B = 0.73%

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

#C74802 (or 0xC74802) is known color: Tenne (Tawny). HEX triplet: C7, 48 and 02. RGB value is (199,72,2). Sum of RGB (Red+Green+Blue) = 199+72+2=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C74802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74802 is #38B7FD. Grayscale: #666666. Windows color (decimal): -3717118 or 149703. OLE color: 149703.

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

Color convert

RGB 199 72 2 -
CMYK 0 0.64 0.99 0.22
HSL 21.32º 0.98% 0.39% -
HSV(B) 21.32º 0.99% 0.78% -
XYZ 25.88 16.78 1.93 -
YUV 101.99 71.58 197.19 -
System Red Green Blue C M Y K H S L
Decimal 199 72 2 0 0.64 0.99 0.22 21.32 0.98 0.39
Hex C7 48 2 0 40 63 16 15 62 27
Octal 307 110 2 0 100 143 26 25 142 47
Binary 11000111 1001000 10 0 1000000 1100011 10110 10101 1100010 100111

Color Harmonies of #C74802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74802

Black with #C74802

Text Example


Text Example

White with #C74802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74802; }

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

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

background-color css

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

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

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

border-color css

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

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

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