Html Css Color HEX #C55513 Tenne (Tawny)

📋 copy color: '#C55513'

red 197 ◦ green 85 ◦ blue 19

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

Shades of Tenne (Tawny) #C55513

Tints of Tenne (Tawny) #C55513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 65.45%
G = 28.24%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C55513 (or 0xC55513) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 13. RGB value is (197,85,19). Sum of RGB (Red+Green+Blue) = 197+85+19=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55513 is #3AAAEC. Grayscale: #6F6F6F. Windows color (decimal): -3844845 or 1267141. OLE color: 1267141.

HSL color Cylindrical-coordinate representation of color #C55513: hue angle of 22.25º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C55513 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 19 -
CMYK 0 0.57 0.90 0.23
HSL 22.25º 0.82% 0.42% -
HSV(B) 22.25º 0.9% 0.77% -
XYZ 26.39 18.41 2.78 -
YUV 110.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 197 85 19 0 0.57 0.90 0.23 22.25 0.82 0.42
Hex C5 55 13 0 39 5A 17 16 52 2A
Octal 305 125 23 0 71 132 27 26 122 52
Binary 11000101 1010101 10011 0 111001 1011010 10111 10110 1010010 101010

Color Harmonies of #C55513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55513

Black with #C55513

Text Example


Text Example

White with #C55513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55513; }

 p { color: rgb(197,85,19); }

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

background-color css

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

 a { background-color: rgb(197,85,19); }

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

border-color css

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

 span { border-color: rgb(197,85,19); }

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