Html Css Color HEX #CC5404 Tenne (Tawny)

📋 copy color: '#CC5404'

red 204 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #CC5404

Tints of Tenne (Tawny) #CC5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.77%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 69.86%
G = 28.77%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC5404 (or 0xCC5404) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 04. RGB value is (204,84,4). Sum of RGB (Red+Green+Blue) = 204+84+4=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5404 is #33ABFB. Grayscale: #6F6F6F. Windows color (decimal): -3386364 or 283852. OLE color: 283852.

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

Color convert

RGB 204 84 4 -
CMYK 0 0.59 0.98 0.2
HSL 24º 0.96% 0.41% -
HSV(B) 24º 0.98% 0.8% -
XYZ 28.09 19.19 2.34 -
YUV 110.76 67.76 194.5 -
System Red Green Blue C M Y K H S L
Decimal 204 84 4 0 0.59 0.98 0.2 24 0.96 0.41
Hex CC 54 4 0 3B 62 14 18 60 29
Octal 314 124 4 0 73 142 24 30 140 51
Binary 11001100 1010100 100 0 111011 1100010 10100 11000 1100000 101001

Color Harmonies of #CC5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5404

Black with #CC5404

Text Example


Text Example

White with #CC5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5404; }

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

 H1.HeaderClassName
 {
   color: #CC5404;
 }
 .AnyTagClassName
 {
   color: #CC5404;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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