#C05F0D

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

Shades of Tenne (Tawny) #C05F0D

Tints of Tenne (Tawny) #C05F0D

Color information

#C05F0D (or 0xC05F0D) is unknown color: approx Tenne (Tawny). HEX triplet: C0, 5F and 0D. RGB value is (192,95,13). Sum of RGB (Red+Green+Blue) = 192+95+13=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05F0D is #3FA0F2. Grayscale: #737373. Windows color (decimal): -4169971 or 876480. OLE color: 876480.

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

Color convert

RGB1929513-
CMYK00.510.930.25
HSL27.49º87.32%40.2%-
HSV(B)27.49º93.23%75.29%-
XYZ25.919.422.76-
YUV114.6670.64183.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 64%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 13 (5.47% from 255) = 4.33%
R=64%
G=31.67%
B=4.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192951300.510.930.2527.4987.3240.2
HexC05FD0335D191b5728
Octal30013715063135313312750
Binary11000000101111111010110011101110111001110111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05F0D; }

 p { color: rgb(192,95,13); }

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

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

 a { background-color: rgb(192,95,13); }

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

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

 span { border-color: rgb(192,95,13); }

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