Html Css Color HEX #C1540F Tenne (Tawny)

📋 copy color: '#C1540F'

red 193 ◦ green 84 ◦ blue 15

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

Shades of Tenne (Tawny) #C1540F

Tints of Tenne (Tawny) #C1540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 66.1%
G = 28.77%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1540F (or 0xC1540F) is known color: Tenne (Tawny). HEX triplet: C1, 54 and 0F. RGB value is (193,84,15). Sum of RGB (Red+Green+Blue) = 193+84+15=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1540F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1540F is #3EABF0. Grayscale: #6D6D6D. Windows color (decimal): -4107249 or 1004737. OLE color: 1004737.

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

Color convert

RGB 193 84 15 -
CMYK 0 0.56 0.92 0.24
HSL 23.26º 0.86% 0.41% -
HSV(B) 23.26º 0.92% 0.76% -
XYZ 25.25 17.71 2.54 -
YUV 108.73 75.11 188.11 -
System Red Green Blue C M Y K H S L
Decimal 193 84 15 0 0.56 0.92 0.24 23.26 0.86 0.41
Hex C1 54 F 0 38 5C 18 17 56 29
Octal 301 124 17 0 70 134 30 27 126 51
Binary 11000001 1010100 1111 0 111000 1011100 11000 10111 1010110 101001

Color Harmonies of #C1540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1540F

Black with #C1540F

Text Example


Text Example

White with #C1540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1540F; }

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

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

background-color css

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

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

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

border-color css

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

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

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