Html Css Color HEX #C15B14 Tenne (Tawny)

📋 copy color: '#C15B14'

red 193 ◦ green 91 ◦ blue 20

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

Shades of Tenne (Tawny) #C15B14

Tints of Tenne (Tawny) #C15B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.93%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 63.49%
G = 29.93%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C15B14 (or 0xC15B14) is known color: Tenne (Tawny). HEX triplet: C1, 5B and 14. RGB value is (193,91,20). Sum of RGB (Red+Green+Blue) = 193+91+20=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15B14 is #3EA4EB. Grayscale: #717171. Windows color (decimal): -4105452 or 1334209. OLE color: 1334209.

HSL color Cylindrical-coordinate representation of color #C15B14: hue angle of 24.62º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C15B14 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 91 20 -
CMYK 0 0.53 0.90 0.24
HSL 24.62º 0.81% 0.42% -
HSV(B) 24.62º 0.9% 0.76% -
XYZ 25.86 18.87 2.94 -
YUV 113.4 75.29 184.77 -
System Red Green Blue C M Y K H S L
Decimal 193 91 20 0 0.53 0.90 0.24 24.62 0.81 0.42
Hex C1 5B 14 0 35 5A 18 19 51 2A
Octal 301 133 24 0 65 132 30 31 121 52
Binary 11000001 1011011 10100 0 110101 1011010 11000 11001 1010001 101010

Color Harmonies of #C15B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B14

Black with #C15B14

Text Example


Text Example

White with #C15B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B14; }

 p { color: rgb(193,91,20); }

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

background-color css

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

 a { background-color: rgb(193,91,20); }

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

border-color css

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

 span { border-color: rgb(193,91,20); }

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