Html Css Color HEX #C55512 Tenne (Tawny)

📋 copy color: '#C55512'

red 197 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #C55512

Tints of Tenne (Tawny) #C55512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

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

R = 65.67%
G = 28.33%
B = 6%

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

#C55512 (or 0xC55512) is known color: Tenne (Tawny). HEX triplet: C5, 55 and 12. RGB value is (197,85,18). Sum of RGB (Red+Green+Blue) = 197+85+18=300 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 197 - color contains mainly: red. Hex color #C55512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55512 is #3AAAED. Grayscale: #6F6F6F. Windows color (decimal): -3844846 or 1201605. OLE color: 1201605.

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

Color convert

RGB 197 85 18 -
CMYK 0 0.57 0.91 0.23
HSL 22.46º 0.83% 0.42% -
HSV(B) 22.46º 0.91% 0.77% -
XYZ 26.38 18.41 2.74 -
YUV 110.85 75.61 189.45 -
System Red Green Blue C M Y K H S L
Decimal 197 85 18 0 0.57 0.91 0.23 22.46 0.83 0.42
Hex C5 55 12 0 39 5B 17 16 53 2A
Octal 305 125 22 0 71 133 27 26 123 52
Binary 11000101 1010101 10010 0 111001 1011011 10111 10110 1010011 101010

Color Harmonies of #C55512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55512

Black with #C55512

Text Example


Text Example

White with #C55512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55512; }

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

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

background-color css

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

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

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

border-color css

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

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

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