Html Css Color HEX #C5560D Tenne (Tawny)

📋 copy color: '#C5560D'

red 197 ◦ green 86 ◦ blue 13

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

Shades of Tenne (Tawny) #C5560D

Tints of Tenne (Tawny) #C5560D

RGB

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

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

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

R = 66.55%
G = 29.05%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5560D (or 0xC5560D) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 0D. RGB value is (197,86,13). Sum of RGB (Red+Green+Blue) = 197+86+13=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5560D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5560D is #3AA9F2. Grayscale: #6F6F6F. Windows color (decimal): -3844595 or 874181. OLE color: 874181.

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

Color convert

RGB 197 86 13 -
CMYK 0 0.56 0.93 0.23
HSL 23.8º 0.88% 0.41% -
HSV(B) 23.8º 0.93% 0.77% -
XYZ 26.43 18.55 2.57 -
YUV 110.87 72.77 189.44 -
System Red Green Blue C M Y K H S L
Decimal 197 86 13 0 0.56 0.93 0.23 23.8 0.88 0.41
Hex C5 56 D 0 38 5D 17 18 58 29
Octal 305 126 15 0 70 135 27 30 130 51
Binary 11000101 1010110 1101 0 111000 1011101 10111 11000 1011000 101001

Color Harmonies of #C5560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5560D

Black with #C5560D

Text Example


Text Example

White with #C5560D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5560D; }

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

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

background-color css

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

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

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

border-color css

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

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

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