Html Css Color HEX #CC4D04 Tenne (Tawny)

📋 copy color: '#CC4D04'

red 204 ◦ green 77 ◦ blue 4

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

Shades of Tenne (Tawny) #CC4D04

Tints of Tenne (Tawny) #CC4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 71.58%
G = 27.02%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC4D04 (or 0xCC4D04) is known color: Tenne (Tawny). HEX triplet: CC, 4D and 04. RGB value is (204,77,4). Sum of RGB (Red+Green+Blue) = 204+77+4=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D04 is #33B2FB. Grayscale: #6B6B6B. Windows color (decimal): -3388156 or 282060. OLE color: 282060.

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

Color convert

RGB 204 77 4 -
CMYK 0 0.62 0.98 0.2
HSL 21.9º 0.96% 0.41% -
HSV(B) 21.9º 0.98% 0.8% -
XYZ 27.58 18.15 2.17 -
YUV 106.65 70.08 197.44 -
System Red Green Blue C M Y K H S L
Decimal 204 77 4 0 0.62 0.98 0.2 21.9 0.96 0.41
Hex CC 4D 4 0 3E 62 14 16 60 29
Octal 314 115 4 0 76 142 24 26 140 51
Binary 11001100 1001101 100 0 111110 1100010 10100 10110 1100000 101001

Color Harmonies of #CC4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4D04

Black with #CC4D04

Text Example


Text Example

White with #CC4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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