#C4500F

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

Shades of Tenne (Tawny) #C4500F

Tints of Tenne (Tawny) #C4500F

Color information

#C4500F (or 0xC4500F) is unknown color: approx Tenne (Tawny). HEX triplet: C4, 50 and 0F. RGB value is (196,80,15). Sum of RGB (Red+Green+Blue) = 196+80+15=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4500F is #3BAFF0. Grayscale: #6B6B6B. Windows color (decimal): -3911665 or 1003716. OLE color: 1003716.

HSL color Cylindrical-coordinate representation of color #C4500F: hue angle of 21.55º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4500F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1968015-
CMYK00.590.920.23
HSL21.55º85.78%41.37%-
HSV(B)21.55º92.35%76.86%-
XYZ25.7217.512.48-
YUV107.2775.93191.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 67.35%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 15 (6.25% from 255) = 5.15%
R=67.35%
G=27.49%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196801500.590.920.2321.5585.7841.37
HexC450F03B5C17165629
Octal30412017073134272612651
Binary11000100101000011110111011101110010111101101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4500F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4500F; }

 p { color: rgb(196,80,15); }

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

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

 a { background-color: rgb(196,80,15); }

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

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

 span { border-color: rgb(196,80,15); }

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