#C55501

Color #C55501 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C55501

Tints of Tenne (Tawny) #C55501

Color information

#C55501 (or 0xC55501) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 55 and 01. RGB value is (197,85,1). Sum of RGB (Red+Green+Blue) = 197+85+1=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C55501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55501 is #3AAAFE. Grayscale: #6D6D6D. Windows color (decimal): -3844863 or 87493. OLE color: 87493.

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

Color convert

RGB197851-
CMYK00.570.990.23
HSL25.71º98.99%38.82%-
HSV(B)25.71º99.49%77.25%-
XYZ26.2818.372.19-
YUV108.9167.11190.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 69.61%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=69.61%
G=30.04%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19785100.570.990.2325.7198.9938.82
HexC555103963171a6327
Octal3051251071143273214347
Binary11000101101010110111001110001110111110101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55501; }

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

 H1.HeaderClassName
 {
   color: #C55501;
 }
 .AnyTagClassName
 {
   color: #C55501;
 }
</style>
background-color css

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

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

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

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

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

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