Html Css Color HEX #C55913 Tenne (Tawny)

📋 copy color: '#C55913'

red 197 ◦ green 89 ◦ blue 19

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

Shades of Tenne (Tawny) #C55913

Tints of Tenne (Tawny) #C55913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 19 (7.81% from 255) = 6.23%

R = 64.59%
G = 29.18%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C55913 (or 0xC55913) is known color: Tenne (Tawny). HEX triplet: C5, 59 and 13. RGB value is (197,89,19). Sum of RGB (Red+Green+Blue) = 197+89+19=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C55913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55913 is #3AA6EC. Grayscale: #717171. Windows color (decimal): -3843821 or 1268165. OLE color: 1268165.

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

Color convert

RGB 197 89 19 -
CMYK 0 0.55 0.90 0.23
HSL 23.6º 0.82% 0.42% -
HSV(B) 23.6º 0.9% 0.77% -
XYZ 26.72 19.06 2.89 -
YUV 113.31 74.78 187.69 -
System Red Green Blue C M Y K H S L
Decimal 197 89 19 0 0.55 0.90 0.23 23.6 0.82 0.42
Hex C5 59 13 0 37 5A 17 18 52 2A
Octal 305 131 23 0 67 132 27 30 122 52
Binary 11000101 1011001 10011 0 110111 1011010 10111 11000 1010010 101010

Color Harmonies of #C55913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55913

Black with #C55913

Text Example


Text Example

White with #C55913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55913; }

 p { color: rgb(197,89,19); }

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

background-color css

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

 a { background-color: rgb(197,89,19); }

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

border-color css

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

 span { border-color: rgb(197,89,19); }

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