Html Css Color HEX #C55704 Tenne (Tawny)

📋 copy color: '#C55704'

red 197 ◦ green 87 ◦ blue 4

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

Shades of Tenne (Tawny) #C55704

Tints of Tenne (Tawny) #C55704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

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

R = 68.4%
G = 30.21%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55704 (or 0xC55704) is known color: Tenne (Tawny). HEX triplet: C5, 57 and 04. RGB value is (197,87,4). Sum of RGB (Red+Green+Blue) = 197+87+4=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C55704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55704 is #3AA8FB. Grayscale: #6E6E6E. Windows color (decimal): -3844348 or 284613. OLE color: 284613.

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

Color convert

RGB 197 87 4 -
CMYK 0 0.56 0.98 0.23
HSL 25.8º 0.96% 0.39% -
HSV(B) 25.8º 0.98% 0.77% -
XYZ 26.46 18.7 2.33 -
YUV 110.43 67.94 189.75 -
System Red Green Blue C M Y K H S L
Decimal 197 87 4 0 0.56 0.98 0.23 25.8 0.96 0.39
Hex C5 57 4 0 38 62 17 1A 60 27
Octal 305 127 4 0 70 142 27 32 140 47
Binary 11000101 1010111 100 0 111000 1100010 10111 11010 1100000 100111

Color Harmonies of #C55704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55704

Black with #C55704

Text Example


Text Example

White with #C55704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55704; }

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

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

background-color css

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

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

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

border-color css

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

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

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