Html Css Color HEX #C55104 Tenne (Tawny)

📋 copy color: '#C55104'

red 197 ◦ green 81 ◦ blue 4

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

Shades of Tenne (Tawny) #C55104

Tints of Tenne (Tawny) #C55104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.72%

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

R = 69.86%
G = 28.72%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55104 (or 0xC55104) is known color: Tenne (Tawny). HEX triplet: C5, 51 and 04. RGB value is (197,81,4). Sum of RGB (Red+Green+Blue) = 197+81+4=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C55104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55104 is #3AAEFB. Grayscale: #6B6B6B. Windows color (decimal): -3845884 or 283077. OLE color: 283077.

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

Color convert

RGB 197 81 4 -
CMYK 0 0.59 0.98 0.23
HSL 23.94º 0.96% 0.39% -
HSV(B) 23.94º 0.98% 0.77% -
XYZ 25.99 17.76 2.17 -
YUV 106.91 69.93 192.26 -
System Red Green Blue C M Y K H S L
Decimal 197 81 4 0 0.59 0.98 0.23 23.94 0.96 0.39
Hex C5 51 4 0 3B 62 17 18 60 27
Octal 305 121 4 0 73 142 27 30 140 47
Binary 11000101 1010001 100 0 111011 1100010 10111 11000 1100000 100111

Color Harmonies of #C55104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55104

Black with #C55104

Text Example


Text Example

White with #C55104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55104; }

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

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

background-color css

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

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

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

border-color css

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

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

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