Html Css Color HEX #C55614 Tenne (Tawny)

📋 copy color: '#C55614'

red 197 ◦ green 86 ◦ blue 20

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

Shades of Tenne (Tawny) #C55614

Tints of Tenne (Tawny) #C55614

RGB

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

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

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

R = 65.02%
G = 28.38%
B = 6.6%

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

#C55614 (or 0xC55614) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 14. RGB value is (197,86,20). Sum of RGB (Red+Green+Blue) = 197+86+20=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C55614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55614 is #3AA9EB. Grayscale: #707070. Windows color (decimal): -3844588 or 1332933. OLE color: 1332933.

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

Color convert

RGB 197 86 20 -
CMYK 0 0.56 0.90 0.23
HSL 22.37º 0.82% 0.43% -
HSV(B) 22.37º 0.9% 0.77% -
XYZ 26.48 18.58 2.85 -
YUV 111.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 197 86 20 0 0.56 0.90 0.23 22.37 0.82 0.43
Hex C5 56 14 0 38 5A 17 16 52 2B
Octal 305 126 24 0 70 132 27 26 122 53
Binary 11000101 1010110 10100 0 111000 1011010 10111 10110 1010010 101011

Color Harmonies of #C55614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55614

Black with #C55614

Text Example


Text Example

White with #C55614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55614; }

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

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

background-color css

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

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

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

border-color css

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

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

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