Html Css Color HEX #C5610D Tenne (Tawny)

📋 copy color: '#C5610D'

red 197 ◦ green 97 ◦ blue 13

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

Shades of Tenne (Tawny) #C5610D

Tints of Tenne (Tawny) #C5610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.6%

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

R = 64.17%
G = 31.6%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5610D (or 0xC5610D) is known color: Tenne (Tawny). HEX triplet: C5, 61 and 0D. RGB value is (197,97,13). Sum of RGB (Red+Green+Blue) = 197+97+13=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5610D is #3A9EF2. Grayscale: #757575. Windows color (decimal): -3841779 or 876997. OLE color: 876997.

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

Color convert

RGB 197 97 13 -
CMYK 0 0.51 0.93 0.23
HSL 27.39º 0.88% 0.41% -
HSV(B) 27.39º 0.93% 0.77% -
XYZ 27.37 20.45 2.89 -
YUV 117.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 197 97 13 0 0.51 0.93 0.23 27.39 0.88 0.41
Hex C5 61 D 0 33 5D 17 1B 58 29
Octal 305 141 15 0 63 135 27 33 130 51
Binary 11000101 1100001 1101 0 110011 1011101 10111 11011 1011000 101001

Color Harmonies of #C5610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5610D

Black with #C5610D

Text Example


Text Example

White with #C5610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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