Html Css Color HEX #C55613 Tenne (Tawny)

📋 copy color: '#C55613'

red 197 ◦ green 86 ◦ blue 19

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

Shades of Tenne (Tawny) #C55613

Tints of Tenne (Tawny) #C55613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.48%

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

R = 65.23%
G = 28.48%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C55613 (or 0xC55613) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 13. RGB value is (197,86,19). Sum of RGB (Red+Green+Blue) = 197+86+19=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C55613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55613 is #3AA9EC. Grayscale: #6F6F6F. Windows color (decimal): -3844589 or 1267397. OLE color: 1267397.

HSL color Cylindrical-coordinate representation of color #C55613: hue angle of 22.58º 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 #C55613 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 86 19 -
CMYK 0 0.56 0.90 0.23
HSL 22.58º 0.82% 0.42% -
HSV(B) 22.58º 0.9% 0.77% -
XYZ 26.47 18.57 2.81 -
YUV 111.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 197 86 19 0 0.56 0.90 0.23 22.58 0.82 0.42
Hex C5 56 13 0 38 5A 17 17 52 2A
Octal 305 126 23 0 70 132 27 27 122 52
Binary 11000101 1010110 10011 0 111000 1011010 10111 10111 1010010 101010

Color Harmonies of #C55613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55613

Black with #C55613

Text Example


Text Example

White with #C55613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55613; }

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

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

background-color css

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

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

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

border-color css

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

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

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