Html Css Color HEX #C1540E Tenne (Tawny)

📋 copy color: '#C1540E'

red 193 ◦ green 84 ◦ blue 14

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

Shades of Tenne (Tawny) #C1540E

Tints of Tenne (Tawny) #C1540E

RGB

 RED value IS 193 (75.78% from 255) = 66.32%

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 66.32%
G = 28.87%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1540E (or 0xC1540E) is known color: Tenne (Tawny). HEX triplet: C1, 54 and 0E. RGB value is (193,84,14). Sum of RGB (Red+Green+Blue) = 193+84+14=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C1540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1540E is #3EABF1. Grayscale: #6D6D6D. Windows color (decimal): -4107250 or 939201. OLE color: 939201.

HSL color Cylindrical-coordinate representation of color #C1540E: hue angle of 23.46º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1540E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 14 -
CMYK 0 0.56 0.93 0.24
HSL 23.46º 0.86% 0.41% -
HSV(B) 23.46º 0.93% 0.76% -
XYZ 25.24 17.71 2.5 -
YUV 108.61 74.61 188.19 -
System Red Green Blue C M Y K H S L
Decimal 193 84 14 0 0.56 0.93 0.24 23.46 0.86 0.41
Hex C1 54 E 0 38 5D 18 17 56 29
Octal 301 124 16 0 70 135 30 27 126 51
Binary 11000001 1010100 1110 0 111000 1011101 11000 10111 1010110 101001

Color Harmonies of #C1540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1540E

Black with #C1540E

Text Example


Text Example

White with #C1540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1540E; }

 p { color: rgb(193,84,14); }

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

background-color css

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

 a { background-color: rgb(193,84,14); }

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

border-color css

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

 span { border-color: rgb(193,84,14); }

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