Html Css Color HEX #C55604 Tenne (Tawny)

📋 copy color: '#C55604'

red 197 ◦ green 86 ◦ blue 4

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

Shades of Tenne (Tawny) #C55604

Tints of Tenne (Tawny) #C55604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 68.64%
G = 29.97%
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

#C55604 (or 0xC55604) is known color: Tenne (Tawny). HEX triplet: C5, 56 and 04. RGB value is (197,86,4). Sum of RGB (Red+Green+Blue) = 197+86+4=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 4 (1.95% from 255 or 1.39% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C55604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55604 is #3AA9FB. Grayscale: #6E6E6E. Windows color (decimal): -3844604 or 284357. OLE color: 284357.

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

Color convert

RGB 197 86 4 -
CMYK 0 0.56 0.98 0.23
HSL 25.49º 0.96% 0.39% -
HSV(B) 25.49º 0.98% 0.77% -
XYZ 26.38 18.53 2.3 -
YUV 109.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 197 86 4 0 0.56 0.98 0.23 25.49 0.96 0.39
Hex C5 56 4 0 38 62 17 19 60 27
Octal 305 126 4 0 70 142 27 31 140 47
Binary 11000101 1010110 100 0 111000 1100010 10111 11001 1100000 100111

Color Harmonies of #C55604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55604

Black with #C55604

Text Example


Text Example

White with #C55604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55604; }

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

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

background-color css

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

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

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

border-color css

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

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

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