Html Css Color HEX #C55714 Tenne (Tawny)

📋 copy color: '#C55714'

red 197 ◦ green 87 ◦ blue 20

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

Shades of Tenne (Tawny) #C55714

Tints of Tenne (Tawny) #C55714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

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

R = 64.8%
G = 28.62%
B = 6.58%

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

#C55714 (or 0xC55714) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 14. RGB value is (197,87,20). Sum of RGB (Red+Green+Blue) = 197+87+20=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C55714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55714 is #3AA8EB. Grayscale: #707070. Windows color (decimal): -3844332 or 1333189. OLE color: 1333189.

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

Color convert

RGB 197 87 20 -
CMYK 0 0.56 0.90 0.23
HSL 22.71º 0.82% 0.43% -
HSV(B) 22.71º 0.9% 0.77% -
XYZ 26.56 18.74 2.88 -
YUV 112.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 197 87 20 0 0.56 0.90 0.23 22.71 0.82 0.43
Hex C5 57 14 0 38 5A 17 17 52 2B
Octal 305 127 24 0 70 132 27 27 122 53
Binary 11000101 1010111 10100 0 111000 1011010 10111 10111 1010010 101011

Color Harmonies of #C55714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55714

Black with #C55714

Text Example


Text Example

White with #C55714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55714; }

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

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

background-color css

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

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

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

border-color css

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

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

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