Html Css Color HEX #C44F0D Tenne (Tawny)

📋 copy color: '#C44F0D'

red 196 ◦ green 79 ◦ blue 13

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

Shades of Tenne (Tawny) #C44F0D

Tints of Tenne (Tawny) #C44F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 68.06%
G = 27.43%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C44F0D (or 0xC44F0D) is known color: Tenne (Tawny). HEX triplet: C4, 4F and 0D. RGB value is (196,79,13). Sum of RGB (Red+Green+Blue) = 196+79+13=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44F0D is #3BB0F2. Grayscale: #6A6A6A. Windows color (decimal): -3911923 or 872388. OLE color: 872388.

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

Color convert

RGB 196 79 13 -
CMYK 0 0.60 0.93 0.23
HSL 21.64º 0.88% 0.41% -
HSV(B) 21.64º 0.93% 0.77% -
XYZ 25.63 17.36 2.38 -
YUV 106.46 75.26 191.87 -
System Red Green Blue C M Y K H S L
Decimal 196 79 13 0 0.60 0.93 0.23 21.64 0.88 0.41
Hex C4 4F D 0 3C 5D 17 16 58 29
Octal 304 117 15 0 74 135 27 26 130 51
Binary 11000100 1001111 1101 0 111100 1011101 10111 10110 1011000 101001

Color Harmonies of #C44F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F0D

Black with #C44F0D

Text Example


Text Example

White with #C44F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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