#CC540E

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

Shades of Tenne (Tawny) #CC540E

Tints of Tenne (Tawny) #CC540E

Color information

#CC540E (or 0xCC540E) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 54 and 0E. RGB value is (204,84,14). Sum of RGB (Red+Green+Blue) = 204+84+14=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC540E is #33ABF1. Grayscale: #707070. Windows color (decimal): -3386354 or 939212. OLE color: 939212.

HSL color Cylindrical-coordinate representation of color #CC540E: hue angle of 22.11º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC540E is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB2048414-
CMYK00.590.930.2
HSL22.11º87.16%42.75%-
HSV(B)22.11º93.14%80%-
XYZ28.1519.212.64-
YUV111.972.76193.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.55%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 14 (5.86% from 255) = 4.64%
R=67.55%
G=27.81%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204841400.590.930.222.1187.1642.75
HexCC54E03B5D1416572b
Octal31412416073135242612753
Binary11001100101010011100111011101110110100101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC540E; }

 p { color: rgb(204,84,14); }

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

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

 a { background-color: rgb(204,84,14); }

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

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

 span { border-color: rgb(204,84,14); }

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