Html Css Color HEX #CC4804 Tenne (Tawny)

📋 copy color: '#CC4804'

red 204 ◦ green 72 ◦ blue 4

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

Shades of Tenne (Tawny) #CC4804

Tints of Tenne (Tawny) #CC4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 72.86%
G = 25.71%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4804 (or 0xCC4804) is known color: Tenne (Tawny). HEX triplet: CC, 48 and 04. RGB value is (204,72,4). Sum of RGB (Red+Green+Blue) = 204+72+4=280 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.86% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4804 is #33B7FB. Grayscale: #686868. Windows color (decimal): -3389436 or 280780. OLE color: 280780.

HSL color Cylindrical-coordinate representation of color #CC4804: hue angle of 20.4º 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 #CC4804 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 72 4 -
CMYK 0 0.65 0.98 0.2
HSL 20.4º 0.96% 0.41% -
HSV(B) 20.4º 0.98% 0.8% -
XYZ 27.24 17.48 2.05 -
YUV 103.72 71.73 199.53 -
System Red Green Blue C M Y K H S L
Decimal 204 72 4 0 0.65 0.98 0.2 20.4 0.96 0.41
Hex CC 48 4 0 41 62 14 14 60 29
Octal 314 110 4 0 101 142 24 24 140 51
Binary 11001100 1001000 100 0 1000001 1100010 10100 10100 1100000 101001

Color Harmonies of #CC4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4804

Black with #CC4804

Text Example


Text Example

White with #CC4804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4804; }

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

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

background-color css

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

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

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

border-color css

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

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

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