#C55D12

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

Shades of Tenne (Tawny) #C55D12

Tints of Tenne (Tawny) #C55D12

Color information

#C55D12 (or 0xC55D12) is unknown color: approx Tenne (Tawny). HEX triplet: C5, 5D and 12. RGB value is (197,93,18). Sum of RGB (Red+Green+Blue) = 197+93+18=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55D12 is #3AA2ED. Grayscale: #737373. Windows color (decimal): -3842798 or 1203653. OLE color: 1203653.

HSL color Cylindrical-coordinate representation of color #C55D12: hue angle of 25.14º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C55D12 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB1979318-
CMYK00.530.910.23
HSL25.14º83.26%42.16%-
HSV(B)25.14º90.86%77.25%-
XYZ27.0519.742.96-
YUV115.5572.96186.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 63.96%
GREEN value IS 93 (36.72% from 255) = 30.19%
BLUE value IS 18 (7.42% from 255) = 5.84%
R=63.96%
G=30.19%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197931800.530.910.2325.1483.2642.16
HexC55D120355B1719532a
Octal30513522065133273112352
Binary110001011011101100100110101101101110111110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55D12; }

 p { color: rgb(197,93,18); }

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

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

 a { background-color: rgb(197,93,18); }

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

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

 span { border-color: rgb(197,93,18); }

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