Html Css Color HEX #C55F04 Tenne (Tawny)

📋 copy color: '#C55F04'

red 197 ◦ green 95 ◦ blue 4

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

Shades of Tenne (Tawny) #C55F04

Tints of Tenne (Tawny) #C55F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

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

R = 66.55%
G = 32.09%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C55F04 (or 0xC55F04) is known color: Tenne (Tawny). HEX triplet: C5, 5F and 04. RGB value is (197,95,4). Sum of RGB (Red+Green+Blue) = 197+95+4=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F04 is #3AA0FB. Grayscale: #737373. Windows color (decimal): -3842300 or 286661. OLE color: 286661.

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

Color convert

RGB 197 95 4 -
CMYK 0 0.52 0.98 0.23
HSL 28.29º 0.96% 0.39% -
HSV(B) 28.29º 0.98% 0.77% -
XYZ 27.14 20.06 2.56 -
YUV 115.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 197 95 4 0 0.52 0.98 0.23 28.29 0.96 0.39
Hex C5 5F 4 0 34 62 17 1C 60 27
Octal 305 137 4 0 64 142 27 34 140 47
Binary 11000101 1011111 100 0 110100 1100010 10111 11100 1100000 100111

Color Harmonies of #C55F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F04

Black with #C55F04

Text Example


Text Example

White with #C55F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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