Html Css Color HEX #C55211 Tenne (Tawny)

📋 copy color: '#C55211'

red 197 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #C55211

Tints of Tenne (Tawny) #C55211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 66.55%
G = 27.7%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55211 (or 0xC55211) is known color: Tenne (Tawny). HEX triplet: C5, 52 and 11. RGB value is (197,82,17). Sum of RGB (Red+Green+Blue) = 197+82+17=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55211 is #3AADEE. Grayscale: #6D6D6D. Windows color (decimal): -3845615 or 1135301. OLE color: 1135301.

HSL color Cylindrical-coordinate representation of color #C55211: hue angle of 21.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55211 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 82 17 -
CMYK 0 0.58 0.91 0.23
HSL 21.67º 0.84% 0.42% -
HSV(B) 21.67º 0.91% 0.77% -
XYZ 26.14 17.95 2.62 -
YUV 108.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 197 82 17 0 0.58 0.91 0.23 21.67 0.84 0.42
Hex C5 52 11 0 3A 5B 17 16 54 2A
Octal 305 122 21 0 72 133 27 26 124 52
Binary 11000101 1010010 10001 0 111010 1011011 10111 10110 1010100 101010

Color Harmonies of #C55211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55211

Black with #C55211

Text Example


Text Example

White with #C55211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55211; }

 p { color: rgb(197,82,17); }

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

background-color css

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

 a { background-color: rgb(197,82,17); }

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

border-color css

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

 span { border-color: rgb(197,82,17); }

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