Html Css Color HEX #C55412 Tenne (Tawny)

📋 copy color: '#C55412'

red 197 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #C55412

Tints of Tenne (Tawny) #C55412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 65.89%
G = 28.09%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C55412 (or 0xC55412) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 12. RGB value is (197,84,18). Sum of RGB (Red+Green+Blue) = 197+84+18=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C55412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55412 is #3AABED. Grayscale: #6E6E6E. Windows color (decimal): -3845102 or 1201349. OLE color: 1201349.

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

Color convert

RGB 197 84 18 -
CMYK 0 0.57 0.91 0.23
HSL 22.12º 0.83% 0.42% -
HSV(B) 22.12º 0.91% 0.77% -
XYZ 26.31 18.25 2.71 -
YUV 110.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 197 84 18 0 0.57 0.91 0.23 22.12 0.83 0.42
Hex C5 54 12 0 39 5B 17 16 53 2A
Octal 305 124 22 0 71 133 27 26 123 52
Binary 11000101 1010100 10010 0 111001 1011011 10111 10110 1010011 101010

Color Harmonies of #C55412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55412

Black with #C55412

Text Example


Text Example

White with #C55412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55412; }

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

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

background-color css

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

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

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

border-color css

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

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

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