#C1570D

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

Shades of Tenne (Tawny) #C1570D

Tints of Tenne (Tawny) #C1570D

Color information

#C1570D (or 0xC1570D) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 57 and 0D. RGB value is (193,87,13). Sum of RGB (Red+Green+Blue) = 193+87+13=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C1570D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1570D is #3EA8F2. Grayscale: #6E6E6E. Windows color (decimal): -4106483 or 874433. OLE color: 874433.

HSL color Cylindrical-coordinate representation of color #C1570D: hue angle of 24.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1570D is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1938713-
CMYK00.550.930.24
HSL24.67º87.38%40.39%-
HSV(B)24.67º93.26%75.69%-
XYZ25.4718.182.55-
YUV110.2673.12187.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 65.87%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 13 (5.47% from 255) = 4.44%
R=65.87%
G=29.69%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193871300.550.930.2424.6787.3840.39
HexC157D0375D18195728
Octal30112715067135303112750
Binary11000001101011111010110111101110111000110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1570D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1570D; }

 p { color: rgb(193,87,13); }

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

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

 a { background-color: rgb(193,87,13); }

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

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

 span { border-color: rgb(193,87,13); }

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