#C57001

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

Shades of Tenne (Tawny) #C57001

Tints of Tenne (Tawny) #C57001

Color information

#C57001 (or 0xC57001) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 70 and 01. RGB value is (197,112,1). Sum of RGB (Red+Green+Blue) = 197+112+1=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C57001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C57001 is #3A8FFE. Grayscale: #7D7D7D. Windows color (decimal): -3837951 or 94405. OLE color: 94405.

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

Color convert

RGB1971121-
CMYK00.430.990.23
HSL33.98º98.99%38.82%-
HSV(B)33.98º99.49%77.25%-
XYZ28.8323.463.04-
YUV124.7658.16179.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.55%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=63.55%
G=36.13%
B=0.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197112100.430.990.2333.9898.9938.82
HexC570102B6317226327
Octal3051601053143274214347
Binary110001011110000101010111100011101111000101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57001; }

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

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

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

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

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

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

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

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