Html Css Color HEX #C55401 Tenne (Tawny)

📋 copy color: '#C55401'

red 197 ◦ green 84 ◦ blue 1

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

Shades of Tenne (Tawny) #C55401

Tints of Tenne (Tawny) #C55401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 69.86%
G = 29.79%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C55401 (or 0xC55401) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 01. RGB value is (197,84,1). Sum of RGB (Red+Green+Blue) = 197+84+1=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C55401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55401 is #3AABFE. Grayscale: #6C6C6C. Windows color (decimal): -3845119 or 87237. OLE color: 87237.

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

Color convert

RGB 197 84 1 -
CMYK 0 0.57 0.99 0.23
HSL 25.41º 0.99% 0.39% -
HSV(B) 25.41º 0.99% 0.77% -
XYZ 26.2 18.21 2.16 -
YUV 108.33 67.44 191.25 -
System Red Green Blue C M Y K H S L
Decimal 197 84 1 0 0.57 0.99 0.23 25.41 0.99 0.39
Hex C5 54 1 0 39 63 17 19 63 27
Octal 305 124 1 0 71 143 27 31 143 47
Binary 11000101 1010100 1 0 111001 1100011 10111 11001 1100011 100111

Color Harmonies of #C55401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55401

Black with #C55401

Text Example


Text Example

White with #C55401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55401; }

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

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

background-color css

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

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

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

border-color css

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

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

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