Html Css Color HEX #C55311 Tenne (Tawny)

📋 copy color: '#C55311'

red 197 ◦ green 83 ◦ blue 17

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

Shades of Tenne (Tawny) #C55311

Tints of Tenne (Tawny) #C55311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 66.33%
G = 27.95%
B = 5.72%

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

#C55311 (or 0xC55311) is known color: Tenne (Tawny). HEX triplet: C5, 53 and 11. RGB value is (197,83,17). Sum of RGB (Red+Green+Blue) = 197+83+17=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C55311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55311 is #3AACEE. Grayscale: #6D6D6D. Windows color (decimal): -3845359 or 1135557. OLE color: 1135557.

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

Color convert

RGB 197 83 17 -
CMYK 0 0.58 0.91 0.23
HSL 22º 0.84% 0.42% -
HSV(B) 22º 0.91% 0.77% -
XYZ 26.22 18.1 2.64 -
YUV 109.56 75.77 190.37 -
System Red Green Blue C M Y K H S L
Decimal 197 83 17 0 0.58 0.91 0.23 22 0.84 0.42
Hex C5 53 11 0 3A 5B 17 16 54 2A
Octal 305 123 21 0 72 133 27 26 124 52
Binary 11000101 1010011 10001 0 111010 1011011 10111 10110 1010100 101010

Color Harmonies of #C55311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55311

Black with #C55311

Text Example


Text Example

White with #C55311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55311; }

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

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

background-color css

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

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

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

border-color css

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

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

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