Html Css Color HEX #C5540C Tenne (Tawny)

📋 copy color: '#C5540C'

red 197 ◦ green 84 ◦ blue 12

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

Shades of Tenne (Tawny) #C5540C

Tints of Tenne (Tawny) #C5540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 67.24%
G = 28.67%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5540C (or 0xC5540C) is known color: Tenne (Tawny). HEX triplet: C5, 54 and 0C. RGB value is (197,84,12). Sum of RGB (Red+Green+Blue) = 197+84+12=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5540C is #3AABF3. Grayscale: #6D6D6D. Windows color (decimal): -3845108 or 808133. OLE color: 808133.

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

Color convert

RGB 197 84 12 -
CMYK 0 0.57 0.94 0.23
HSL 23.35º 0.89% 0.41% -
HSV(B) 23.35º 0.94% 0.77% -
XYZ 26.26 18.24 2.48 -
YUV 109.58 72.94 190.35 -
System Red Green Blue C M Y K H S L
Decimal 197 84 12 0 0.57 0.94 0.23 23.35 0.89 0.41
Hex C5 54 C 0 39 5E 17 17 59 29
Octal 305 124 14 0 71 136 27 27 131 51
Binary 11000101 1010100 1100 0 111001 1011110 10111 10111 1011001 101001

Color Harmonies of #C5540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5540C

Black with #C5540C

Text Example


Text Example

White with #C5540C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5540C; }

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

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

background-color css

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

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

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

border-color css

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

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

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