Html Css Color HEX #C55404 Tenne (Tawny)

📋 copy color: '#C55404'

red 197 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #C55404

Tints of Tenne (Tawny) #C55404

RGB

 RED value IS 197 (77.34% from 255) = 69.12%

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

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

R = 69.12%
G = 29.47%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55404 (or 0xC55404) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 04. RGB value is (197,84,4). Sum of RGB (Red+Green+Blue) = 197+84+4=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C55404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55404 is #3AABFB. Grayscale: #6D6D6D. Windows color (decimal): -3845116 or 283845. OLE color: 283845.

HSL color Cylindrical-coordinate representation of color #C55404: hue angle of 24.87º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C55404 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 4 -
CMYK 0 0.57 0.98 0.23
HSL 24.87º 0.96% 0.39% -
HSV(B) 24.87º 0.98% 0.77% -
XYZ 26.22 18.22 2.25 -
YUV 108.67 68.94 191 -
System Red Green Blue C M Y K H S L
Decimal 197 84 4 0 0.57 0.98 0.23 24.87 0.96 0.39
Hex C5 54 4 0 39 62 17 19 60 27
Octal 305 124 4 0 71 142 27 31 140 47
Binary 11000101 1010100 100 0 111001 1100010 10111 11001 1100000 100111

Color Harmonies of #C55404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55404

Black with #C55404

Text Example


Text Example

White with #C55404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55404; }

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

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

background-color css

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

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

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

border-color css

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

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

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