#C75D0C

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

Shades of Tenne (Tawny) #C75D0C

Tints of Tenne (Tawny) #C75D0C

Color information

#C75D0C (or 0xC75D0C) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 5D and 0C. RGB value is (199,93,12). Sum of RGB (Red+Green+Blue) = 199+93+12=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75D0C is #38A2F3. Grayscale: #737373. Windows color (decimal): -3711732 or 810439. OLE color: 810439.

HSL color Cylindrical-coordinate representation of color #C75D0C: hue angle of 25.99º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C75D0C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB1999312-
CMYK00.530.940.22
HSL25.99º88.63%41.37%-
HSV(B)25.99º93.97%78.04%-
XYZ27.53202.76-
YUV115.4669.62187.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.46%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=65.46%
G=30.59%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199931200.530.940.2225.9988.6341.37
HexC75DC0355E161a5929
Octal30713514065136263213151
Binary11000111101110111000110101101111010110110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75D0C; }

 p { color: rgb(199,93,12); }

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

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

 a { background-color: rgb(199,93,12); }

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

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

 span { border-color: rgb(199,93,12); }

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