Html Css Color HEX #C44F04 Tenne (Tawny)

📋 copy color: '#C44F04'

red 196 ◦ green 79 ◦ blue 4

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

Shades of Tenne (Tawny) #C44F04

Tints of Tenne (Tawny) #C44F04

RGB

 RED value IS 196 (76.95% from 255) = 70.25%

 GREEN value IS 79 (31.25% from 255) = 28.32%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 70.25%
G = 28.32%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C44F04 (or 0xC44F04) is known color: Tenne (Tawny). HEX triplet: C4, 4F and 04. RGB value is (196,79,4). Sum of RGB (Red+Green+Blue) = 196+79+4=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44F04 is #3BB0FB. Grayscale: #696969. Windows color (decimal): -3911932 or 282564. OLE color: 282564.

HSL color Cylindrical-coordinate representation of color #C44F04: hue angle of 23.44º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C44F04 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 4 -
CMYK 0 0.60 0.98 0.23
HSL 23.44º 0.96% 0.39% -
HSV(B) 23.44º 0.98% 0.77% -
XYZ 25.58 17.34 2.11 -
YUV 105.43 70.76 192.6 -
System Red Green Blue C M Y K H S L
Decimal 196 79 4 0 0.60 0.98 0.23 23.44 0.96 0.39
Hex C4 4F 4 0 3C 62 17 17 60 27
Octal 304 117 4 0 74 142 27 27 140 47
Binary 11000100 1001111 100 0 111100 1100010 10111 10111 1100000 100111

Color Harmonies of #C44F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F04

Black with #C44F04

Text Example


Text Example

White with #C44F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F04; }

 p { color: rgb(196,79,4); }

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

background-color css

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

 a { background-color: rgb(196,79,4); }

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

border-color css

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

 span { border-color: rgb(196,79,4); }

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