#C15700

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

Shades of Tenne (Tawny) #C15700

Tints of Tenne (Tawny) #C15700

Color information

#C15700 (or 0xC15700) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 57 and 00. RGB value is (193,87,0). Sum of RGB (Red+Green+Blue) = 193+87+0=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C15700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15700 is #3EA8FF. Grayscale: #6D6D6D. Windows color (decimal): -4106496 or 22465. OLE color: 22465.

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

Color convert

RGB193870-
CMYK00.5510.24
HSL27.05º100%37.84%-
HSV(B)27.05º100%75.69%-
XYZ25.418.152.17-
YUV108.7866.62188.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 68.93%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.93%
G=31.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19387000.5510.2427.0510037.84
HexC157003764181b6426
Octal3011270067144303314446
Binary11000001101011100110111110010011000110111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15700; }

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

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

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

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

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

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

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

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