#C15B0D

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

Shades of Tenne (Tawny) #C15B0D

Tints of Tenne (Tawny) #C15B0D

Color information

#C15B0D (or 0xC15B0D) is unknown color: approx Tenne (Tawny). HEX triplet: C1, 5B and 0D. RGB value is (193,91,13). Sum of RGB (Red+Green+Blue) = 193+91+13=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15B0D is #3EA4F2. Grayscale: #717171. Windows color (decimal): -4105459 or 875457. OLE color: 875457.

HSL color Cylindrical-coordinate representation of color #C15B0D: hue angle of 26º 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 #C15B0D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1939113-
CMYK00.530.930.24
HSL26º87.38%40.39%-
HSV(B)26º93.26%75.69%-
XYZ25.8118.852.66-
YUV112.6171.79185.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 64.98%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 13 (5.47% from 255) = 4.38%
R=64.98%
G=30.64%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193911300.530.930.242687.3840.39
HexC15BD0355D181a5728
Octal30113315065135303212750
Binary11000001101101111010110101101110111000110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15B0D; }

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

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

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

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

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

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

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

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