Html Css Color HEX #C55414 Tenne (Tawny)

📋 copy color: '#C55414'

red 197 ◦ green 84 ◦ blue 20

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

Shades of Tenne (Tawny) #C55414

Tints of Tenne (Tawny) #C55414

RGB

 RED value IS 197 (77.34% from 255) = 65.45%

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 65.45%
G = 27.91%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C55414 (or 0xC55414) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 14. RGB value is (197,84,20). Sum of RGB (Red+Green+Blue) = 197+84+20=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55414 is #3AABEB. Grayscale: #6E6E6E. Windows color (decimal): -3845100 or 1332421. OLE color: 1332421.

HSL color Cylindrical-coordinate representation of color #C55414: hue angle of 21.69º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55414 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 20 -
CMYK 0 0.57 0.90 0.23
HSL 21.69º 0.82% 0.43% -
HSV(B) 21.69º 0.9% 0.77% -
XYZ 26.32 18.26 2.8 -
YUV 110.49 76.94 189.7 -
System Red Green Blue C M Y K H S L
Decimal 197 84 20 0 0.57 0.90 0.23 21.69 0.82 0.43
Hex C5 54 14 0 39 5A 17 16 52 2B
Octal 305 124 24 0 71 132 27 26 122 53
Binary 11000101 1010100 10100 0 111001 1011010 10111 10110 1010010 101011

Color Harmonies of #C55414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55414

Black with #C55414

Text Example


Text Example

White with #C55414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55414; }

 p { color: rgb(197,84,20); }

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

background-color css

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

 a { background-color: rgb(197,84,20); }

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

border-color css

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

 span { border-color: rgb(197,84,20); }

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