Html Css Color HEX #CC540E Tenne (Tawny)

📋 copy color: '#CC540E'

red 204 ◦ green 84 ◦ blue 14

#CC540E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CC540E

Tints of Tenne (Tawny) #CC540E

RGB

 RED value IS 204 (80.08% from 255) = 67.55%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC540E (or 0xCC540E) is known color: 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

RGB 204 84 14 -
CMYK 0 0.59 0.93 0.2
HSL 22.11º 0.87% 0.43% -
HSV(B) 22.11º 0.93% 0.8% -
XYZ 28.15 19.21 2.64 -
YUV 111.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 204 84 14 0 0.59 0.93 0.2 22.11 0.87 0.43
Hex CC 54 E 0 3B 5D 14 16 57 2B
Octal 314 124 16 0 73 135 24 26 127 53
Binary 11001100 1010100 1110 0 111011 1011101 10100 10110 1010111 101011

Color Harmonies of #CC540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC540E

Black with #CC540E

Text Example


Text Example

White with #CC540E

Text Example


Text Example

HTML Codes & Css Web 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>