Html Css Color HEX #C55400 Tenne (Tawny)

📋 copy color: '#C55400'

red 197 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #C55400

Tints of Tenne (Tawny) #C55400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.11%
G = 29.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C55400 (or 0xC55400) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 00. RGB value is (197,84,0). Sum of RGB (Red+Green+Blue) = 197+84+0=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C55400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55400 is #3AABFF. Grayscale: #6C6C6C. Windows color (decimal): -3845120 or 21701. OLE color: 21701.

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

Color convert

RGB 197 84 0 -
CMYK 0 0.57 1 0.23
HSL 25.58º 1% 0.39% -
HSV(B) 25.58º 1% 0.77% -
XYZ 26.2 18.21 2.13 -
YUV 108.21 66.94 191.33 -
System Red Green Blue C M Y K H S L
Decimal 197 84 0 0 0.57 1 0.23 25.58 1 0.39
Hex C5 54 0 0 39 64 17 1A 64 27
Octal 305 124 0 0 71 144 27 32 144 47
Binary 11000101 1010100 0 0 111001 1100100 10111 11010 1100100 100111

Color Harmonies of #C55400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55400

Black with #C55400

Text Example


Text Example

White with #C55400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55400; }

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

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

background-color css

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

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

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

border-color css

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

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

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